Html Css Color HEX #850C19 Burgundy

📋 copy color: '#850C19'

red 133 ◦ green 12 ◦ blue 25

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

Shades of Burgundy #850C19

Tints of Burgundy #850C19

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.06%

 BLUE value IS 25 (10.16% from 255) = 14.71%

R = 78.24%
G = 7.06%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#850C19 (or 0x850C19) is known color: Burgundy. HEX triplet: 85, 0C and 19. RGB value is (133,12,25). Sum of RGB (Red+Green+Blue) = 133+12+25=170 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.24% from 170); Green value is 12 (5.08% from 255 or 7.06% from 170); Blue value is 25 (10.16% from 255 or 14.71% from 170); Max value from RGB is 133 - color contains mainly: red. Hex color #850C19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850C19 is #7AF3E6. Grayscale: #313131. Windows color (decimal): -8057831 or 1641605. OLE color: 1641605.

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

Color convert

RGB 133 12 25 -
CMYK 0 0.91 0.81 0.48
HSL 353.55º 0.83% 0.28% -
HSV(B) 353.55º 0.91% 0.52% -
XYZ 9.98 5.32 1.42 -
YUV 49.66 114.09 187.44 -
System Red Green Blue C M Y K H S L
Decimal 133 12 25 0 0.91 0.81 0.48 353.55 0.83 0.28
Hex 85 C 19 0 5B 51 30 162 53 1C
Octal 205 14 31 0 133 121 60 542 123 34
Binary 10000101 1100 11001 0 1011011 1010001 110000 101100010 1010011 11100

Color Harmonies of #850C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850C19

Black with #850C19

Text Example


Text Example

White with #850C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,12,25); }

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

background-color css

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

 a { background-color: rgb(133,12,25); }

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

border-color css

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

 span { border-color: rgb(133,12,25); }

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