#8E0521

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

Shades of Carmine #8E0521

Tints of Carmine #8E0521

Color information

#8E0521 (or 0x8E0521) is unknown color: approx Carmine. HEX triplet: 8E, 05 and 21. RGB value is (142,5,33). Sum of RGB (Red+Green+Blue) = 142+5+33=180 (23% of max value = 765). Red value is 142 (55.86% from 255 or 78.89% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 33 (13.28% from 255 or 18.33% from 180); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0521 is #71FADE. Grayscale: #313131. Windows color (decimal): -7469791 or 2164110. OLE color: 2164110.

HSL color Cylindrical-coordinate representation of color #8E0521: hue angle of 347.74º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8E0521 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB142533-
CMYK00.960.770.44
HSL347.74º93.2%28.82%-
HSV(B)347.74º96.48%55.69%-
XYZ11.485.971.99-
YUV49.16118.89194.22-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 78.89%
GREEN value IS 5 (2.34% from 255) = 2.78%
BLUE value IS 33 (13.28% from 255) = 18.33%
R=78.89%
G=2.78%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14253300.960.770.44347.7493.228.82
Hex8E5210604D2C15c5d1d
Octal21654101401155453413535
Binary10001110101100001011000001001101101100101011100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,5,33); }

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

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

 a { background-color: rgb(142,5,33); }

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

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

 span { border-color: rgb(142,5,33); }

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