Html Css Color HEX #871600 Dark Red

📋 copy color: '#871600'

red 135 ◦ green 22 ◦ blue 0

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

Shades of Dark Red #871600

Tints of Dark Red #871600

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.01%

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

R = 85.99%
G = 14.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#871600 (or 0x871600) is known color: Dark Red. HEX triplet: 87, 16 and 00. RGB value is (135,22,0). Sum of RGB (Red+Green+Blue) = 135+22+0=157 (20% of max value = 765). Red value is 135 (53.12% from 255 or 85.99% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 135 - color contains mainly: red. Hex color #871600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871600 is #78E9FF. Grayscale: #353535. Windows color (decimal): -7924224 or 5767. OLE color: 5767.

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

Color convert

RGB 135 22 0 -
CMYK 0 0.84 1 0.47
HSL 9.78º 1% 0.26% -
HSV(B) 9.78º 1% 0.53% -
XYZ 10.28 5.72 0.56 -
YUV 53.28 97.94 186.29 -
System Red Green Blue C M Y K H S L
Decimal 135 22 0 0 0.84 1 0.47 9.78 1 0.26
Hex 87 16 0 0 54 64 2F A 64 1A
Octal 207 26 0 0 124 144 57 12 144 32
Binary 10000111 10110 0 0 1010100 1100100 101111 1010 1100100 11010

Color Harmonies of #871600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871600

Black with #871600

Text Example


Text Example

White with #871600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871600; }

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

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

background-color css

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

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

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

border-color css

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

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

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