#8E0924

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

Shades of Carmine #8E0924

Tints of Carmine #8E0924

Color information

#8E0924 (or 0x8E0924) is unknown color: approx Carmine. HEX triplet: 8E, 09 and 24. RGB value is (142,9,36). Sum of RGB (Red+Green+Blue) = 142+9+36=187 (24% of max value = 765). Red value is 142 (55.86% from 255 or 75.94% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 36 (14.45% from 255 or 19.25% from 187); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0924 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0924 is #71F6DB. Grayscale: #333333. Windows color (decimal): -7468764 or 2361742. OLE color: 2361742.

HSL color Cylindrical-coordinate representation of color #8E0924: hue angle of 347.82º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E0924 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.44.

Color convert

RGB142936-
CMYK00.940.750.44
HSL347.82º88.08%29.61%-
HSV(B)347.82º93.66%55.69%-
XYZ11.576.072.23-
YUV51.84119.06192.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 75.94%
GREEN value IS 9 (3.91% from 255) = 4.81%
BLUE value IS 36 (14.45% from 255) = 19.25%
R=75.94%
G=4.81%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.75
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14293600.940.750.44347.8288.0829.61
Hex8E92405E4B2C15c581e
Octal216114401361135453413036
Binary100011101001100100010111101001011101100101011100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,9,36); }

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

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

 a { background-color: rgb(142,9,36); }

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

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

 span { border-color: rgb(142,9,36); }

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