Html Css Color HEX #860118 Burgundy

📋 copy color: '#860118'

red 134 ◦ green 1 ◦ blue 24

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

Shades of Burgundy #860118

Tints of Burgundy #860118

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.63%

 BLUE value IS 24 (9.77% from 255) = 15.09%

R = 84.28%
G = 0.63%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#860118 (or 0x860118) is known color: Burgundy. HEX triplet: 86, 01 and 18. RGB value is (134,1,24). Sum of RGB (Red+Green+Blue) = 134+1+24=159 (21% of max value = 765). Red value is 134 (52.73% from 255 or 84.28% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 24 (9.77% from 255 or 15.09% from 159); Max value from RGB is 134 - color contains mainly: red. Hex color #860118 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860118 is #79FEE7. Grayscale: #2B2B2B. Windows color (decimal): -7995112 or 1573254. OLE color: 1573254.

HSL color Cylindrical-coordinate representation of color #860118: hue angle of 349.62º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #860118 is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 1 24 -
CMYK 0 0.99 0.82 0.47
HSL 349.62º 0.99% 0.26% -
HSV(B) 349.62º 0.99% 0.53% -
XYZ 10.01 5.16 1.33 -
YUV 43.39 117.06 192.63 -
System Red Green Blue C M Y K H S L
Decimal 134 1 24 0 0.99 0.82 0.47 349.62 0.99 0.26
Hex 86 1 18 0 63 52 2F 15E 63 1A
Octal 206 1 30 0 143 122 57 536 143 32
Binary 10000110 1 11000 0 1100011 1010010 101111 101011110 1100011 11010

Color Harmonies of #860118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860118

Black with #860118

Text Example


Text Example

White with #860118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860118; }

 p { color: rgb(134,1,24); }

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

background-color css

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

 a { background-color: rgb(134,1,24); }

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

border-color css

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

 span { border-color: rgb(134,1,24); }

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