Html Css Color HEX #860417 Burgundy

📋 copy color: '#860417'

red 134 ◦ green 4 ◦ blue 23

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

Shades of Burgundy #860417

Tints of Burgundy #860417

RGB

 RED value IS 134 (52.73% from 255) = 83.23%

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

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

R = 83.23%
G = 2.48%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.47

RGB Variations

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

Color information

#860417 (or 0x860417) is known color: Burgundy. HEX triplet: 86, 04 and 17. RGB value is (134,4,23). Sum of RGB (Red+Green+Blue) = 134+4+23=161 (21% of max value = 765). Red value is 134 (52.73% from 255 or 83.23% from 161); Green value is 4 (1.95% from 255 or 2.48% from 161); Blue value is 23 (9.38% from 255 or 14.29% from 161); Max value from RGB is 134 - color contains mainly: red. Hex color #860417 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860417 is #79FBE8. Grayscale: #2D2D2D. Windows color (decimal): -7994345 or 1508486. OLE color: 1508486.

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

Color convert

RGB 134 4 23 -
CMYK 0 0.97 0.83 0.47
HSL 351.23º 0.94% 0.27% -
HSV(B) 351.23º 0.97% 0.53% -
XYZ 10.03 5.22 1.29 -
YUV 45.04 115.57 191.46 -
System Red Green Blue C M Y K H S L
Decimal 134 4 23 0 0.97 0.83 0.47 351.23 0.94 0.27
Hex 86 4 17 0 61 53 2F 15F 5E 1B
Octal 206 4 27 0 141 123 57 537 136 33
Binary 10000110 100 10111 0 1100001 1010011 101111 101011111 1011110 11011

Color Harmonies of #860417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860417

Black with #860417

Text Example


Text Example

White with #860417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860417; }

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

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

background-color css

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

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

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

border-color css

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

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

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