Html Css Color HEX #860A06 Dark Red

📋 copy color: '#860A06'

red 134 ◦ green 10 ◦ blue 6

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

Shades of Dark Red #860A06

Tints of Dark Red #860A06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4%

R = 89.33%
G = 6.67%
B = 4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#860A06 (or 0x860A06) is known color: Dark Red. HEX triplet: 86, 0A and 06. RGB value is (134,10,6). Sum of RGB (Red+Green+Blue) = 134+10+6=150 (19% of max value = 765). Red value is 134 (52.73% from 255 or 89.33% from 150); Green value is 10 (4.30% from 255 or 6.67% from 150); Blue value is 6 (2.73% from 255 or 4% from 150); Max value from RGB is 134 - color contains mainly: red. Hex color #860A06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860A06 is #79F5F9. Grayscale: #2E2E2E. Windows color (decimal): -7992826 or 395910. OLE color: 395910.

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

Color convert

RGB 134 10 6 -
CMYK 0 0.93 0.96 0.47
HSL 1.88º 0.91% 0.27% -
HSV(B) 1.88º 0.96% 0.53% -
XYZ 9.97 5.3 0.67 -
YUV 46.62 105.08 190.33 -
System Red Green Blue C M Y K H S L
Decimal 134 10 6 0 0.93 0.96 0.47 1.88 0.91 0.27
Hex 86 A 6 0 5D 60 2F 2 5B 1B
Octal 206 12 6 0 135 140 57 2 133 33
Binary 10000110 1010 110 0 1011101 1100000 101111 10 1011011 11011

Color Harmonies of #860A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860A06

Black with #860A06

Text Example


Text Example

White with #860A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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