Html Css Color HEX #860804 Dark Red

📋 copy color: '#860804'

red 134 ◦ green 8 ◦ blue 4

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

Shades of Dark Red #860804

Tints of Dark Red #860804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.74%

R = 91.78%
G = 5.48%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#860804 (or 0x860804) is known color: Dark Red. HEX triplet: 86, 08 and 04. RGB value is (134,8,4). Sum of RGB (Red+Green+Blue) = 134+8+4=146 (19% of max value = 765). Red value is 134 (52.73% from 255 or 91.78% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 4 (1.95% from 255 or 2.74% from 146); Max value from RGB is 134 - color contains mainly: red. Hex color #860804 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860804 is #79F7FB. Grayscale: #2D2D2D. Windows color (decimal): -7993340 or 264326. OLE color: 264326.

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

Color convert

RGB 134 8 4 -
CMYK 0 0.94 0.97 0.47
HSL 1.85º 0.94% 0.27% -
HSV(B) 1.85º 0.97% 0.53% -
XYZ 9.94 5.25 0.6 -
YUV 45.22 104.74 191.33 -
System Red Green Blue C M Y K H S L
Decimal 134 8 4 0 0.94 0.97 0.47 1.85 0.94 0.27
Hex 86 8 4 0 5E 61 2F 2 5E 1B
Octal 206 10 4 0 136 141 57 2 136 33
Binary 10000110 1000 100 0 1011110 1100001 101111 10 1011110 11011

Color Harmonies of #860804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860804

Black with #860804

Text Example


Text Example

White with #860804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860804; }

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

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

background-color css

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

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

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

border-color css

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

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

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