Html Css Color HEX #860B04 Dark Red

📋 copy color: '#860B04'

red 134 ◦ green 11 ◦ blue 4

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

Shades of Dark Red #860B04

Tints of Dark Red #860B04

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.38%

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

R = 89.93%
G = 7.38%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#860B04 (or 0x860B04) is known color: Dark Red. HEX triplet: 86, 0B and 04. RGB value is (134,11,4). Sum of RGB (Red+Green+Blue) = 134+11+4=149 (19% of max value = 765). Red value is 134 (52.73% from 255 or 89.93% from 149); Green value is 11 (4.69% from 255 or 7.38% from 149); Blue value is 4 (1.95% from 255 or 2.68% from 149); Max value from RGB is 134 - color contains mainly: red. Hex color #860B04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860B04 is #79F4FB. Grayscale: #2F2F2F. Windows color (decimal): -7992572 or 265094. OLE color: 265094.

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

Color convert

RGB 134 11 4 -
CMYK 0 0.92 0.97 0.47
HSL 3.23º 0.94% 0.27% -
HSV(B) 3.23º 0.97% 0.53% -
XYZ 9.97 5.32 0.62 -
YUV 46.98 103.75 190.07 -
System Red Green Blue C M Y K H S L
Decimal 134 11 4 0 0.92 0.97 0.47 3.23 0.94 0.27
Hex 86 B 4 0 5C 61 2F 3 5E 1B
Octal 206 13 4 0 134 141 57 3 136 33
Binary 10000110 1011 100 0 1011100 1100001 101111 11 1011110 11011

Color Harmonies of #860B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860B04

Black with #860B04

Text Example


Text Example

White with #860B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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