Html Css Color HEX #860904 Dark Red

📋 copy color: '#860904'

red 134 ◦ green 9 ◦ blue 4

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

Shades of Dark Red #860904

Tints of Dark Red #860904

RGB

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

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

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

R = 91.16%
G = 6.12%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#860904 (or 0x860904) is known color: Dark Red. HEX triplet: 86, 09 and 04. RGB value is (134,9,4). Sum of RGB (Red+Green+Blue) = 134+9+4=147 (19% of max value = 765). Red value is 134 (52.73% from 255 or 91.16% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 4 (1.95% from 255 or 2.72% from 147); Max value from RGB is 134 - color contains mainly: red. Hex color #860904 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860904 is #79F6FB. Grayscale: #2D2D2D. Windows color (decimal): -7993084 or 264582. OLE color: 264582.

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

Color convert

RGB 134 9 4 -
CMYK 0 0.93 0.97 0.47
HSL 2.31º 0.94% 0.27% -
HSV(B) 2.31º 0.97% 0.53% -
XYZ 9.95 5.27 0.61 -
YUV 45.81 104.41 190.91 -
System Red Green Blue C M Y K H S L
Decimal 134 9 4 0 0.93 0.97 0.47 2.31 0.94 0.27
Hex 86 9 4 0 5D 61 2F 2 5E 1B
Octal 206 11 4 0 135 141 57 2 136 33
Binary 10000110 1001 100 0 1011101 1100001 101111 10 1011110 11011

Color Harmonies of #860904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860904

Black with #860904

Text Example


Text Example

White with #860904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860904; }

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

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

background-color css

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

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

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

border-color css

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

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

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