Html Css Color HEX #870201 Dark Red

📋 copy color: '#870201'

red 135 ◦ green 2 ◦ blue 1

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

Shades of Dark Red #870201

Tints of Dark Red #870201

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.45%

 BLUE value IS 1 (0.78% from 255) = 0.72%

R = 97.83%
G = 1.45%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#870201 (or 0x870201) is known color: Dark Red. HEX triplet: 87, 02 and 01. RGB value is (135,2,1). Sum of RGB (Red+Green+Blue) = 135+2+1=138 (18% of max value = 765). Red value is 135 (53.12% from 255 or 97.83% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 1 (0.78% from 255 or 0.72% from 138); Max value from RGB is 135 - color contains mainly: red. Hex color #870201 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870201 is #78FDFE. Grayscale: #292929. Windows color (decimal): -7929343 or 66183. OLE color: 66183.

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

Color convert

RGB 135 2 1 -
CMYK 0 0.99 0.99 0.47
HSL 0.45º 0.99% 0.27% -
HSV(B) 0.45º 0.99% 0.53% -
XYZ 10.02 5.2 0.5 -
YUV 41.65 105.06 194.58 -
System Red Green Blue C M Y K H S L
Decimal 135 2 1 0 0.99 0.99 0.47 0.45 0.99 0.27
Hex 87 2 1 0 63 63 2F 0 63 1B
Octal 207 2 1 0 143 143 57 0 143 33
Binary 10000111 10 1 0 1100011 1100011 101111 0 1100011 11011

Color Harmonies of #870201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870201

Black with #870201

Text Example


Text Example

White with #870201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870201; }

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

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

background-color css

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

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

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

border-color css

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

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

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