#8E131F

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

Shades of Carmine #8E131F

Tints of Carmine #8E131F

Color information

#8E131F (or 0x8E131F) is unknown color: approx Carmine. HEX triplet: 8E, 13 and 1F. RGB value is (142,19,31). Sum of RGB (Red+Green+Blue) = 142+19+31=192 (25% of max value = 765). Red value is 142 (55.86% from 255 or 73.96% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 31 (12.5% from 255 or 16.15% from 192); Max value from RGB is 142 - color contains mainly: red. Hex color #8E131F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E131F is #71ECE0. Grayscale: #393939. Windows color (decimal): -7466209 or 2036622. OLE color: 2036622.

HSL color Cylindrical-coordinate representation of color #8E131F: hue angle of 354.15º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8E131F is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB1421931-
CMYK00.870.780.44
HSL354.15º76.4%31.57%-
HSV(B)354.15º86.62%55.69%-
XYZ11.646.321.9-
YUV57.14113.25188.52-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 73.96%
GREEN value IS 19 (7.81% from 255) = 9.90%
BLUE value IS 31 (12.5% from 255) = 16.15%
R=73.96%
G=9.90%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.78
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142193100.870.780.44354.1576.431.57
Hex8E131F0574E2C1624c20
Octal216233701271165454211440
Binary1000111010011111110101011110011101011001011000101001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E131F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E131F; }

 p { color: rgb(142,19,31); }

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

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

 a { background-color: rgb(142,19,31); }

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

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

 span { border-color: rgb(142,19,31); }

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