#870907

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

Shades of Dark Red #870907

Tints of Dark Red #870907

Color information

#870907 (or 0x870907) is unknown color: approx Dark Red. HEX triplet: 87, 09 and 07. RGB value is (135,9,7). Sum of RGB (Red+Green+Blue) = 135+9+7=151 (20% of max value = 765). Red value is 135 (53.12% from 255 or 89.40% from 151); Green value is 9 (3.91% from 255 or 5.96% from 151); Blue value is 7 (3.12% from 255 or 4.64% from 151); Max value from RGB is 135 - color contains mainly: red. Hex color #870907 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870907 is #78F6F8. Grayscale: #2E2E2E. Windows color (decimal): -7927545 or 461191. OLE color: 461191.

HSL color Cylindrical-coordinate representation of color #870907: hue angle of 0.94º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #870907 is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.47.

Color convert

RGB13597-
CMYK00.930.950.47
HSL0.94º90.14%27.84%-
HSV(B)0.94º94.81%52.94%-
XYZ10.135.360.7-
YUV46.45105.74191.16-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 89.40%
GREEN value IS 9 (3.91% from 255) = 5.96%
BLUE value IS 7 (3.12% from 255) = 4.64%
R=89.40%
G=5.96%
B=4.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.95
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359700.930.950.470.9490.1427.84
Hex879705D5F2F15a1c
Octal207117013513757113234
Binary1000011110011110101110110111111011111101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870907; }

 p { color: rgb(135,9,7); }

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

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

 a { background-color: rgb(135,9,7); }

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

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

 span { border-color: rgb(135,9,7); }

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