Html Css Color HEX #860900 Dark Red

📋 copy color: '#860900'

red 134 ◦ green 9 ◦ blue 0

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

Shades of Dark Red #860900

Tints of Dark Red #860900

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.29%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 93.71%
G = 6.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#860900 (or 0x860900) is known color: Dark Red. HEX triplet: 86, 09 and 00. RGB value is (134,9,0). Sum of RGB (Red+Green+Blue) = 134+9+0=143 (18% of max value = 765). Red value is 134 (52.73% from 255 or 93.71% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 0 (0.39% from 255 or 0% from 143); Max value from RGB is 134 - color contains mainly: red. Hex color #860900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860900 is #79F6FF. Grayscale: #2D2D2D. Windows color (decimal): -7993088 or 2438. OLE color: 2438.

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

Color convert

RGB 134 9 0 -
CMYK 0 0.93 1 0.47
HSL 4.03º 1% 0.26% -
HSV(B) 4.03º 1% 0.53% -
XYZ 9.93 5.26 0.49 -
YUV 45.35 102.41 191.23 -
System Red Green Blue C M Y K H S L
Decimal 134 9 0 0 0.93 1 0.47 4.03 1 0.26
Hex 86 9 0 0 5D 64 2F 4 64 1A
Octal 206 11 0 0 135 144 57 4 144 32
Binary 10000110 1001 0 0 1011101 1100100 101111 100 1100100 11010

Color Harmonies of #860900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860900

Black with #860900

Text Example


Text Example

White with #860900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860900; }

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

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

background-color css

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

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

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

border-color css

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

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

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