Html Css Color HEX #860500 Dark Red

📋 copy color: '#860500'

red 134 ◦ green 5 ◦ blue 0

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

Shades of Dark Red #860500

Tints of Dark Red #860500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 96.4%
G = 3.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#860500 (or 0x860500) is known color: Dark Red. HEX triplet: 86, 05 and 00. RGB value is (134,5,0). Sum of RGB (Red+Green+Blue) = 134+5+0=139 (18% of max value = 765). Red value is 134 (52.73% from 255 or 96.40% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 134 - color contains mainly: red. Hex color #860500 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860500 is #79FAFF. Grayscale: #2B2B2B. Windows color (decimal): -7994112 or 1414. OLE color: 1414.

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

Color convert

RGB 134 5 0 -
CMYK 0 0.96 1 0.47
HSL 2.24º 1% 0.26% -
HSV(B) 2.24º 1% 0.53% -
XYZ 9.89 5.18 0.48 -
YUV 43 103.74 192.91 -
System Red Green Blue C M Y K H S L
Decimal 134 5 0 0 0.96 1 0.47 2.24 1 0.26
Hex 86 5 0 0 60 64 2F 2 64 1A
Octal 206 5 0 0 140 144 57 2 144 32
Binary 10000110 101 0 0 1100000 1100100 101111 10 1100100 11010

Color Harmonies of #860500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860500

Black with #860500

Text Example


Text Example

White with #860500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860500; }

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

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

background-color css

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

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

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

border-color css

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

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

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