#870315

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

Shades of Carmine #870315

Tints of Carmine #870315

Color information

#870315 (or 0x870315) is unknown color: approx Carmine. HEX triplet: 87, 03 and 15. RGB value is (135,3,21). Sum of RGB (Red+Green+Blue) = 135+3+21=159 (21% of max value = 765). Red value is 135 (53.12% from 255 or 84.91% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 21 (8.59% from 255 or 13.21% from 159); Max value from RGB is 135 - color contains mainly: red. Hex color #870315 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870315 is #78FCEA. Grayscale: #2C2C2C. Windows color (decimal): -7929067 or 1377159. OLE color: 1377159.

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

Color convert

RGB135321-
CMYK00.980.840.47
HSL351.82º95.65%27.06%-
HSV(B)351.82º97.78%52.94%-
XYZ10.165.271.19-
YUV44.52114.73192.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 84.91%
GREEN value IS 3 (1.56% from 255) = 1.89%
BLUE value IS 21 (8.59% from 255) = 13.21%
R=84.91%
G=1.89%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13532100.980.840.47351.8295.6527.06
Hex87315062542F160601b
Octal20732501421245754014033
Binary100001111110101011000101010100101111101100000110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870315; }

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

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

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

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

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

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

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

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