Html Css Color HEX #871201 Dark Red

📋 copy color: '#871201'

red 135 ◦ green 18 ◦ blue 1

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

Shades of Dark Red #871201

Tints of Dark Red #871201

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.69%

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

R = 87.66%
G = 11.69%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#871201 (or 0x871201) is known color: Dark Red. HEX triplet: 87, 12 and 01. RGB value is (135,18,1). Sum of RGB (Red+Green+Blue) = 135+18+1=154 (20% of max value = 765). Red value is 135 (53.12% from 255 or 87.66% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 1 (0.78% from 255 or 0.65% from 154); Max value from RGB is 135 - color contains mainly: red. Hex color #871201 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871201 is #78EDFE. Grayscale: #333333. Windows color (decimal): -7925247 or 70279. OLE color: 70279.

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

Color convert

RGB 135 18 1 -
CMYK 0 0.87 0.99 0.47
HSL 7.61º 0.99% 0.27% -
HSV(B) 7.61º 0.99% 0.53% -
XYZ 10.21 5.59 0.57 -
YUV 51.05 99.76 187.88 -
System Red Green Blue C M Y K H S L
Decimal 135 18 1 0 0.87 0.99 0.47 7.61 0.99 0.27
Hex 87 12 1 0 57 63 2F 8 63 1B
Octal 207 22 1 0 127 143 57 10 143 33
Binary 10000111 10010 1 0 1010111 1100011 101111 1000 1100011 11011

Color Harmonies of #871201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871201

Black with #871201

Text Example


Text Example

White with #871201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871201; }

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

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

background-color css

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

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

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

border-color css

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

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

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