Html Css Color HEX #850417 Burgundy

📋 copy color: '#850417'

red 133 ◦ green 4 ◦ blue 23

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

Shades of Burgundy #850417

Tints of Burgundy #850417

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.5%

 BLUE value IS 23 (9.38% from 255) = 14.38%

R = 83.13%
G = 2.5%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#850417 (or 0x850417) is known color: Burgundy. HEX triplet: 85, 04 and 17. RGB value is (133,4,23). Sum of RGB (Red+Green+Blue) = 133+4+23=160 (21% of max value = 765). Red value is 133 (52.34% from 255 or 83.12% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 23 (9.38% from 255 or 14.38% from 160); Max value from RGB is 133 - color contains mainly: red. Hex color #850417 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850417 is #7AFBE8. Grayscale: #2C2C2C. Windows color (decimal): -8059881 or 1508485. OLE color: 1508485.

HSL color Cylindrical-coordinate representation of color #850417: hue angle of 351.16º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #850417 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 4 23 -
CMYK 0 0.97 0.83 0.48
HSL 351.16º 0.94% 0.27% -
HSV(B) 351.16º 0.97% 0.52% -
XYZ 9.87 5.14 1.28 -
YUV 44.74 115.74 190.96 -
System Red Green Blue C M Y K H S L
Decimal 133 4 23 0 0.97 0.83 0.48 351.16 0.94 0.27
Hex 85 4 17 0 61 53 30 15F 5E 1B
Octal 205 4 27 0 141 123 60 537 136 33
Binary 10000101 100 10111 0 1100001 1010011 110000 101011111 1011110 11011

Color Harmonies of #850417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850417

Black with #850417

Text Example


Text Example

White with #850417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850417; }

 p { color: rgb(133,4,23); }

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

background-color css

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

 a { background-color: rgb(133,4,23); }

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

border-color css

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

 span { border-color: rgb(133,4,23); }

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