Html Css Color HEX #860B09 Dark Red

📋 copy color: '#860B09'

red 134 ◦ green 11 ◦ blue 9

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

Shades of Dark Red #860B09

Tints of Dark Red #860B09

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.14%

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

R = 87.01%
G = 7.14%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#860B09 (or 0x860B09) is known color: Dark Red. HEX triplet: 86, 0B and 09. RGB value is (134,11,9). Sum of RGB (Red+Green+Blue) = 134+11+9=154 (20% of max value = 765). Red value is 134 (52.73% from 255 or 87.01% from 154); Green value is 11 (4.69% from 255 or 7.14% from 154); Blue value is 9 (3.91% from 255 or 5.84% from 154); Max value from RGB is 134 - color contains mainly: red. Hex color #860B09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860B09 is #79F4F6. Grayscale: #2F2F2F. Windows color (decimal): -7992567 or 592774. OLE color: 592774.

HSL color Cylindrical-coordinate representation of color #860B09: hue angle of 0.96º 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 #860B09 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 11 9 -
CMYK 0 0.92 0.93 0.47
HSL 0.96º 0.87% 0.28% -
HSV(B) 0.96º 0.93% 0.53% -
XYZ 10 5.33 0.76 -
YUV 47.55 106.25 189.66 -
System Red Green Blue C M Y K H S L
Decimal 134 11 9 0 0.92 0.93 0.47 0.96 0.87 0.28
Hex 86 B 9 0 5C 5D 2F 1 57 1C
Octal 206 13 11 0 134 135 57 1 127 34
Binary 10000110 1011 1001 0 1011100 1011101 101111 1 1010111 11100

Color Harmonies of #860B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860B09

Black with #860B09

Text Example


Text Example

White with #860B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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