#87111A

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

Shades of Carmine #87111A

Tints of Carmine #87111A

Color information

#87111A (or 0x87111A) is unknown color: approx Carmine. HEX triplet: 87, 11 and 1A. RGB value is (135,17,26). Sum of RGB (Red+Green+Blue) = 135+17+26=178 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75.84% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 135 - color contains mainly: red. Hex color #87111A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87111A is #78EEE5. Grayscale: #353535. Windows color (decimal): -7925478 or 1708423. OLE color: 1708423.

HSL color Cylindrical-coordinate representation of color #87111A: hue angle of 355.42º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #87111A is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB1351726-
CMYK00.870.810.47
HSL355.42º77.63%29.8%-
HSV(B)355.42º87.41%52.94%-
XYZ10.385.631.52-
YUV53.31112.59186.27-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 75.84%
GREEN value IS 17 (7.03% from 255) = 9.55%
BLUE value IS 26 (10.55% from 255) = 14.61%
R=75.84%
G=9.55%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135172600.870.810.47355.4277.6329.8
Hex87111A057512F1634e1e
Octal207213201271215754311636
Binary100001111000111010010101111010001101111101100011100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87111A; }

 p { color: rgb(135,17,26); }

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

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

 a { background-color: rgb(135,17,26); }

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

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

 span { border-color: rgb(135,17,26); }

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