#870415

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

Shades of Carmine #870415

Tints of Carmine #870415

Color information

#870415 (or 0x870415) is unknown color: approx Carmine. HEX triplet: 87, 04 and 15. RGB value is (135,4,21). Sum of RGB (Red+Green+Blue) = 135+4+21=160 (21% of max value = 765). Red value is 135 (53.12% from 255 or 84.38% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 21 (8.59% from 255 or 13.12% from 160); Max value from RGB is 135 - color contains mainly: red. Hex color #870415 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870415 is #78FBEA. Grayscale: #2D2D2D. Windows color (decimal): -7928811 or 1377415. OLE color: 1377415.

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

Color convert

RGB135421-
CMYK00.970.840.47
HSL352.21º94.24%27.25%-
HSV(B)352.21º97.04%52.94%-
XYZ10.175.291.19-
YUV45.11114.4192.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 84.38%
GREEN value IS 4 (1.95% from 255) = 2.5%
BLUE value IS 21 (8.59% from 255) = 13.12%
R=84.38%
G=2.5%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13542100.970.840.47352.2194.2427.25
Hex87415061542F1605e1b
Octal20742501411245754013633
Binary1000011110010101011000011010100101111101100000101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870415; }

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

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

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

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

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

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

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

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