#87131B

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

Shades of Carmine #87131B

Tints of Carmine #87131B

Color information

#87131B (or 0x87131B) is unknown color: approx Carmine. HEX triplet: 87, 13 and 1B. RGB value is (135,19,27). Sum of RGB (Red+Green+Blue) = 135+19+27=181 (23% of max value = 765). Red value is 135 (53.12% from 255 or 74.59% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 27 (10.94% from 255 or 14.92% from 181); Max value from RGB is 135 - color contains mainly: red. Hex color #87131B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87131B is #78ECE4. Grayscale: #363636. Windows color (decimal): -7924965 or 1774471. OLE color: 1774471.

HSL color Cylindrical-coordinate representation of color #87131B: hue angle of 355.86º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #87131B is Cyan = 0, Magento = 0.86, Yellow = 0.8 and Black (K on CMYK) = 0.47.

Color convert

RGB1351927-
CMYK00.860.80.47
HSL355.86º75.32%30.2%-
HSV(B)355.86º85.93%52.94%-
XYZ10.425.71.59-
YUV54.6112.43185.35-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 74.59%
GREEN value IS 19 (7.81% from 255) = 10.50%
BLUE value IS 27 (10.94% from 255) = 14.92%
R=74.59%
G=10.50%
B=14.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.8
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135192700.860.80.47355.8675.3230.2
Hex87131B056502F1644b1e
Octal207233301261205754411336
Binary100001111001111011010101101010000101111101100100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87131B; }

 p { color: rgb(135,19,27); }

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

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

 a { background-color: rgb(135,19,27); }

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

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

 span { border-color: rgb(135,19,27); }

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