#87141B

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

Shades of Carmine #87141B

Tints of Carmine #87141B

Color information

#87141B (or 0x87141B) is unknown color: approx Carmine. HEX triplet: 87, 14 and 1B. RGB value is (135,20,27). Sum of RGB (Red+Green+Blue) = 135+20+27=182 (24% of max value = 765). Red value is 135 (53.12% from 255 or 74.18% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 135 - color contains mainly: red. Hex color #87141B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87141B is #78EBE4. Grayscale: #373737. Windows color (decimal): -7924709 or 1774727. OLE color: 1774727.

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

Color convert

RGB1352027-
CMYK00.850.80.47
HSL356.35º74.19%30.39%-
HSV(B)356.35º85.19%52.94%-
XYZ10.445.731.59-
YUV55.18112.1184.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 74.18%
GREEN value IS 20 (8.20% from 255) = 10.99%
BLUE value IS 27 (10.94% from 255) = 14.84%
R=74.18%
G=10.99%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.8
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135202700.850.80.47356.3574.1930.39
Hex87141B055502F1644a1e
Octal207243301251205754411236
Binary100001111010011011010101011010000101111101100100100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87141B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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