Html Css Color HEX #860D18 Burgundy

📋 copy color: '#860D18'

red 134 ◦ green 13 ◦ blue 24

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

Shades of Burgundy #860D18

Tints of Burgundy #860D18

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.6%

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

R = 78.36%
G = 7.6%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#860D18 (or 0x860D18) is known color: Burgundy. HEX triplet: 86, 0D and 18. RGB value is (134,13,24). Sum of RGB (Red+Green+Blue) = 134+13+24=171 (22% of max value = 765). Red value is 134 (52.73% from 255 or 78.36% from 171); Green value is 13 (5.47% from 255 or 7.60% from 171); Blue value is 24 (9.77% from 255 or 14.04% from 171); Max value from RGB is 134 - color contains mainly: red. Hex color #860D18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860D18 is #79F2E7. Grayscale: #323232. Windows color (decimal): -7992040 or 1576326. OLE color: 1576326.

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

Color convert

RGB 134 13 24 -
CMYK 0 0.90 0.82 0.47
HSL 354.55º 0.82% 0.29% -
HSV(B) 354.55º 0.9% 0.53% -
XYZ 10.14 5.42 1.38 -
YUV 50.43 113.09 187.61 -
System Red Green Blue C M Y K H S L
Decimal 134 13 24 0 0.90 0.82 0.47 354.55 0.82 0.29
Hex 86 D 18 0 5A 52 2F 163 52 1D
Octal 206 15 30 0 132 122 57 543 122 35
Binary 10000110 1101 11000 0 1011010 1010010 101111 101100011 1010010 11101

Color Harmonies of #860D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860D18

Black with #860D18

Text Example


Text Example

White with #860D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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