Html Css Color HEX #860C09 Dark Red

📋 copy color: '#860C09'

red 134 ◦ green 12 ◦ blue 9

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

Shades of Dark Red #860C09

Tints of Dark Red #860C09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.81%

R = 86.45%
G = 7.74%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#860C09 (or 0x860C09) is known color: Dark Red. HEX triplet: 86, 0C and 09. RGB value is (134,12,9). Sum of RGB (Red+Green+Blue) = 134+12+9=155 (20% of max value = 765). Red value is 134 (52.73% from 255 or 86.45% from 155); Green value is 12 (5.08% from 255 or 7.74% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 134 - color contains mainly: red. Hex color #860C09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860C09 is #79F3F6. Grayscale: #303030. Windows color (decimal): -7992311 or 593030. OLE color: 593030.

HSL color Cylindrical-coordinate representation of color #860C09: hue angle of 1.44º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860C09 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 12 9 -
CMYK 0 0.91 0.93 0.47
HSL 1.44º 0.87% 0.28% -
HSV(B) 1.44º 0.93% 0.53% -
XYZ 10.01 5.35 0.76 -
YUV 48.14 105.92 189.24 -
System Red Green Blue C M Y K H S L
Decimal 134 12 9 0 0.91 0.93 0.47 1.44 0.87 0.28
Hex 86 C 9 0 5B 5D 2F 1 57 1C
Octal 206 14 11 0 133 135 57 1 127 34
Binary 10000110 1100 1001 0 1011011 1011101 101111 1 1010111 11100

Color Harmonies of #860C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860C09

Black with #860C09

Text Example


Text Example

White with #860C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,12,9); }

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

background-color css

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

 a { background-color: rgb(134,12,9); }

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

border-color css

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

 span { border-color: rgb(134,12,9); }

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