Html Css Color HEX #850B3C Burgundy

📋 copy color: '#850B3C'

red 133 ◦ green 11 ◦ blue 60

#850B3C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burgundy #850B3C

Tints of Burgundy #850B3C

RGB

 RED value IS 133 (52.34% from 255) = 65.2%

 GREEN value IS 11 (4.69% from 255) = 5.39%

 BLUE value IS 60 (23.83% from 255) = 29.41%

R = 65.2%
G = 5.39%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#850B3C (or 0x850B3C) is known color: Burgundy. HEX triplet: 85, 0B and 3C. RGB value is (133,11,60). Sum of RGB (Red+Green+Blue) = 133+11+60=204 (27% of max value = 765). Red value is 133 (52.34% from 255 or 65.20% from 204); Green value is 11 (4.69% from 255 or 5.39% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 133 - color contains mainly: red. Hex color #850B3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850B3C is #7AF4C3. Grayscale: #343434. Windows color (decimal): -8058052 or 3935109. OLE color: 3935109.

HSL color Cylindrical-coordinate representation of color #850B3C: hue angle of 335.9º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #850B3C is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 11 60 -
CMYK 0 0.92 0.55 0.48
HSL 335.9º 0.85% 0.28% -
HSV(B) 335.9º 0.92% 0.52% -
XYZ 10.61 5.55 4.79 -
YUV 53.06 131.92 185.02 -
System Red Green Blue C M Y K H S L
Decimal 133 11 60 0 0.92 0.55 0.48 335.9 0.85 0.28
Hex 85 B 3C 0 5C 37 30 150 55 1C
Octal 205 13 74 0 134 67 60 520 125 34
Binary 10000101 1011 111100 0 1011100 110111 110000 101010000 1010101 11100

Color Harmonies of #850B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850B3C

Black with #850B3C

Text Example


Text Example

White with #850B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850B3C; }

 p { color: rgb(133,11,60); }

 H1.HeaderClassName
 {
   color: #850B3C;
 }
 .AnyTagClassName
 {
   color: #850B3C;
 }
</style>

background-color css

<style>
 a { background-color: #850B3C; }

 a { background-color: rgb(133,11,60); }

 div.DivClassName
 {
   background-color: #850B3C;
 }
 .BgClassName
 {
   background-color: #850B3C;
 }
</style>

border-color css

<style>
 span { border-color: #850B3C; }

 span { border-color: rgb(133,11,60); }

 td.TdClassName
 {
   border-color: #850B3C;
 }
 .TagClassName
 {
   border-color: #850B3C;
 }
</style>