Html Css Color HEX #860A04 Dark Red

📋 copy color: '#860A04'

red 134 ◦ green 10 ◦ blue 4

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

Shades of Dark Red #860A04

Tints of Dark Red #860A04

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.76%

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

R = 90.54%
G = 6.76%
B = 2.7%

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

#860A04 (or 0x860A04) is known color: Dark Red. HEX triplet: 86, 0A and 04. RGB value is (134,10,4). Sum of RGB (Red+Green+Blue) = 134+10+4=148 (19% of max value = 765). Red value is 134 (52.73% from 255 or 90.54% from 148); Green value is 10 (4.30% from 255 or 6.76% from 148); Blue value is 4 (1.95% from 255 or 2.70% from 148); Max value from RGB is 134 - color contains mainly: red. Hex color #860A04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860A04 is #79F5FB. Grayscale: #2E2E2E. Windows color (decimal): -7992828 or 264838. OLE color: 264838.

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

Color convert

RGB 134 10 4 -
CMYK 0 0.93 0.97 0.47
HSL 2.77º 0.94% 0.27% -
HSV(B) 2.77º 0.97% 0.53% -
XYZ 9.96 5.29 0.61 -
YUV 46.39 104.08 190.49 -
System Red Green Blue C M Y K H S L
Decimal 134 10 4 0 0.93 0.97 0.47 2.77 0.94 0.27
Hex 86 A 4 0 5D 61 2F 3 5E 1B
Octal 206 12 4 0 135 141 57 3 136 33
Binary 10000110 1010 100 0 1011101 1100001 101111 11 1011110 11011

Color Harmonies of #860A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860A04

Black with #860A04

Text Example


Text Example

White with #860A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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