#870800

Color #870800 Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #870800

Tints of Dark Red #870800

Color information

#870800 (or 0x870800) is unknown color: approx Dark Red. HEX triplet: 87, 08 and 00. RGB value is (135,8,0). Sum of RGB (Red+Green+Blue) = 135+8+0=143 (18% of max value = 765). Red value is 135 (53.12% from 255 or 94.41% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 0 (0.39% from 255 or 0% from 143); Max value from RGB is 135 - color contains mainly: red. Hex color #870800 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870800 is #78F7FF. Grayscale: #2D2D2D. Windows color (decimal): -7927808 or 2183. OLE color: 2183.

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

Color convert

RGB13580-
CMYK00.9410.47
HSL3.56º100%26.47%-
HSV(B)3.56º100%52.94%-
XYZ10.085.320.5-
YUV45.06102.58192.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 94.41%
GREEN value IS 8 (3.52% from 255) = 5.59%
BLUE value IS 0 (0.39% from 255) = 0%
R=94.41%
G=5.59%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358000.9410.473.5610026.47
Hex878005E642F4641a
Octal207100013614457414432
Binary1000011110000010111101100100101111100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870800; }

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

 H1.HeaderClassName
 {
   color: #870800;
 }
 .AnyTagClassName
 {
   color: #870800;
 }
</style>
background-color css

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

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

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

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

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

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