Html Css Color HEX #870502 Dark Red

📋 copy color: '#870502'

red 135 ◦ green 5 ◦ blue 2

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

Shades of Dark Red #870502

Tints of Dark Red #870502

RGB

 RED value IS 135 (53.13% from 255) = 95.07%

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

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

R = 95.07%
G = 3.52%
B = 1.41%

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

#870502 (or 0x870502) is known color: Dark Red. HEX triplet: 87, 05 and 02. RGB value is (135,5,2). Sum of RGB (Red+Green+Blue) = 135+5+2=142 (18% of max value = 765). Red value is 135 (53.12% from 255 or 95.07% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 135 - color contains mainly: red. Hex color #870502 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870502 is #78FAFD. Grayscale: #2B2B2B. Windows color (decimal): -7928574 or 132487. OLE color: 132487.

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

Color convert

RGB 135 5 2 -
CMYK 0 0.96 0.99 0.47
HSL 1.35º 0.97% 0.27% -
HSV(B) 1.35º 0.99% 0.53% -
XYZ 10.06 5.26 0.54 -
YUV 43.53 104.57 193.24 -
System Red Green Blue C M Y K H S L
Decimal 135 5 2 0 0.96 0.99 0.47 1.35 0.97 0.27
Hex 87 5 2 0 60 63 2F 1 61 1B
Octal 207 5 2 0 140 143 57 1 141 33
Binary 10000111 101 10 0 1100000 1100011 101111 1 1100001 11011

Color Harmonies of #870502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870502

Black with #870502

Text Example


Text Example

White with #870502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870502; }

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

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

background-color css

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

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

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

border-color css

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

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

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