Html Css Color HEX #860808 Dark Red

📋 copy color: '#860808'

red 134 ◦ green 8 ◦ blue 8

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

Shades of Dark Red #860808

Tints of Dark Red #860808

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.33%

 BLUE value IS 8 (3.52% from 255) = 5.33%

R = 89.33%
G = 5.33%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#860808 (or 0x860808) is known color: Dark Red. HEX triplet: 86, 08 and 08. RGB value is (134,8,8). Sum of RGB (Red+Green+Blue) = 134+8+8=150 (19% of max value = 765). Red value is 134 (52.73% from 255 or 89.33% from 150); Green value is 8 (3.52% from 255 or 5.33% from 150); Blue value is 8 (3.52% from 255 or 5.33% from 150); Max value from RGB is 134 - color contains mainly: red. Hex color #860808 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860808 is #79F7F7. Grayscale: #2D2D2D. Windows color (decimal): -7993336 or 526470. OLE color: 526470.

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

Color convert

RGB 134 8 8 -
CMYK 0 0.94 0.94 0.47
HSL 0.89% 0.28% -
HSV(B) 0.94% 0.53% -
XYZ 9.96 5.26 0.72 -
YUV 45.67 106.74 191 -
System Red Green Blue C M Y K H S L
Decimal 134 8 8 0 0.94 0.94 0.47 0 0.89 0.28
Hex 86 8 8 0 5E 5E 2F 0 59 1C
Octal 206 10 10 0 136 136 57 0 131 34
Binary 10000110 1000 1000 0 1011110 1011110 101111 0 1011001 11100

Color Harmonies of #860808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860808

Black with #860808

Text Example


Text Example

White with #860808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860808; }

 p { color: rgb(134,8,8); }

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

background-color css

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

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

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

border-color css

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

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

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