Html Css Color HEX #860504 Dark Red

📋 copy color: '#860504'

red 134 ◦ green 5 ◦ blue 4

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

Shades of Dark Red #860504

Tints of Dark Red #860504

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.5%

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

R = 93.71%
G = 3.5%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#860504 (or 0x860504) is known color: Dark Red. HEX triplet: 86, 05 and 04. RGB value is (134,5,4). Sum of RGB (Red+Green+Blue) = 134+5+4=143 (18% of max value = 765). Red value is 134 (52.73% from 255 or 93.71% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 4 (1.95% from 255 or 2.80% from 143); Max value from RGB is 134 - color contains mainly: red. Hex color #860504 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860504 is #79FAFB. Grayscale: #2B2B2B. Windows color (decimal): -7994108 or 263558. OLE color: 263558.

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

Color convert

RGB 134 5 4 -
CMYK 0 0.96 0.97 0.47
HSL 0.46º 0.94% 0.27% -
HSV(B) 0.46º 0.97% 0.53% -
XYZ 9.91 5.19 0.59 -
YUV 43.46 105.74 192.58 -
System Red Green Blue C M Y K H S L
Decimal 134 5 4 0 0.96 0.97 0.47 0.46 0.94 0.27
Hex 86 5 4 0 60 61 2F 0 5E 1B
Octal 206 5 4 0 140 141 57 0 136 33
Binary 10000110 101 100 0 1100000 1100001 101111 0 1011110 11011

Color Harmonies of #860504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860504

Black with #860504

Text Example


Text Example

White with #860504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860504; }

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

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

background-color css

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

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

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

border-color css

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

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

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