Html Css Color HEX #871200 Dark Red

📋 copy color: '#871200'

red 135 ◦ green 18 ◦ blue 0

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

Shades of Dark Red #871200

Tints of Dark Red #871200

RGB

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

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

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

R = 88.24%
G = 11.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#871200 (or 0x871200) is known color: Dark Red. HEX triplet: 87, 12 and 00. RGB value is (135,18,0). Sum of RGB (Red+Green+Blue) = 135+18+0=153 (20% of max value = 765). Red value is 135 (53.12% from 255 or 88.24% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 135 - color contains mainly: red. Hex color #871200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871200 is #78EDFF. Grayscale: #333333. Windows color (decimal): -7925248 or 4743. OLE color: 4743.

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

Color convert

RGB 135 18 0 -
CMYK 0 0.87 1 0.47
HSL 1% 0.26% -
HSV(B) 1% 0.53% -
XYZ 10.21 5.58 0.54 -
YUV 50.93 99.26 187.96 -
System Red Green Blue C M Y K H S L
Decimal 135 18 0 0 0.87 1 0.47 8 1 0.26
Hex 87 12 0 0 57 64 2F 8 64 1A
Octal 207 22 0 0 127 144 57 10 144 32
Binary 10000111 10010 0 0 1010111 1100100 101111 1000 1100100 11010

Color Harmonies of #871200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871200

Black with #871200

Text Example


Text Example

White with #871200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871200; }

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

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

background-color css

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

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

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

border-color css

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

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

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