Html Css Color HEX #860502 Dark Red

📋 copy color: '#860502'

red 134 ◦ green 5 ◦ blue 2

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

Shades of Dark Red #860502

Tints of Dark Red #860502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.42%

R = 95.04%
G = 3.55%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#860502 (or 0x860502) is known color: Dark Red. HEX triplet: 86, 05 and 02. RGB value is (134,5,2). Sum of RGB (Red+Green+Blue) = 134+5+2=141 (18% of max value = 765). Red value is 134 (52.73% from 255 or 95.04% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 2 (1.17% from 255 or 1.42% from 141); Max value from RGB is 134 - color contains mainly: red. Hex color #860502 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860502 is #79FAFD. Grayscale: #2B2B2B. Windows color (decimal): -7994110 or 132486. OLE color: 132486.

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

Color convert

RGB 134 5 2 -
CMYK 0 0.96 0.99 0.47
HSL 1.36º 0.97% 0.27% -
HSV(B) 1.36º 0.99% 0.53% -
XYZ 9.9 5.18 0.54 -
YUV 43.23 104.74 192.74 -
System Red Green Blue C M Y K H S L
Decimal 134 5 2 0 0.96 0.99 0.47 1.36 0.97 0.27
Hex 86 5 2 0 60 63 2F 1 61 1B
Octal 206 5 2 0 140 143 57 1 141 33
Binary 10000110 101 10 0 1100000 1100011 101111 1 1100001 11011

Color Harmonies of #860502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860502

Black with #860502

Text Example


Text Example

White with #860502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860502; }

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

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

background-color css

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

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

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

border-color css

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

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

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