#870715

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

Shades of Carmine #870715

Tints of Carmine #870715

Color information

#870715 (or 0x870715) is unknown color: approx Carmine. HEX triplet: 87, 07 and 15. RGB value is (135,7,21). Sum of RGB (Red+Green+Blue) = 135+7+21=163 (21% of max value = 765). Red value is 135 (53.12% from 255 or 82.82% from 163); Green value is 7 (3.12% from 255 or 4.29% from 163); Blue value is 21 (8.59% from 255 or 12.88% from 163); Max value from RGB is 135 - color contains mainly: red. Hex color #870715 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870715 is #78F8EA. Grayscale: #2E2E2E. Windows color (decimal): -7928043 or 1378183. OLE color: 1378183.

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

Color convert

RGB135721-
CMYK00.950.840.47
HSL353.44º90.14%27.84%-
HSV(B)353.44º94.81%52.94%-
XYZ10.25.361.21-
YUV46.87113.41190.86-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 82.82%
GREEN value IS 7 (3.12% from 255) = 4.29%
BLUE value IS 21 (8.59% from 255) = 12.88%
R=82.82%
G=4.29%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13572100.950.840.47353.4490.1427.84
Hex8771505F542F1615a1c
Octal20772501371245754113234
Binary1000011111110101010111111010100101111101100001101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870715; }

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

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

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

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

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

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

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

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