Html Css Color HEX #871800 Dark Red

📋 copy color: '#871800'

red 135 ◦ green 24 ◦ blue 0

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

Shades of Dark Red #871800

Tints of Dark Red #871800

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.09%

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

R = 84.91%
G = 15.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#871800 (or 0x871800) is known color: Dark Red. HEX triplet: 87, 18 and 00. RGB value is (135,24,0). Sum of RGB (Red+Green+Blue) = 135+24+0=159 (21% of max value = 765). Red value is 135 (53.12% from 255 or 84.91% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 0 (0.39% from 255 or 0% from 159); Max value from RGB is 135 - color contains mainly: red. Hex color #871800 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871800 is #78E7FF. Grayscale: #363636. Windows color (decimal): -7923712 or 6279. OLE color: 6279.

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

Color convert

RGB 135 24 0 -
CMYK 0 0.82 1 0.47
HSL 10.67º 1% 0.26% -
HSV(B) 10.67º 1% 0.53% -
XYZ 10.32 5.8 0.58 -
YUV 54.45 97.27 185.45 -
System Red Green Blue C M Y K H S L
Decimal 135 24 0 0 0.82 1 0.47 10.67 1 0.26
Hex 87 18 0 0 52 64 2F B 64 1A
Octal 207 30 0 0 122 144 57 13 144 32
Binary 10000111 11000 0 0 1010010 1100100 101111 1011 1100100 11010

Color Harmonies of #871800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871800

Black with #871800

Text Example


Text Example

White with #871800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871800; }

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

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

background-color css

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

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

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

border-color css

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

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

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