#8E0819

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

Shades of Carmine #8E0819

Tints of Carmine #8E0819

Color information

#8E0819 (or 0x8E0819) is unknown color: approx Carmine. HEX triplet: 8E, 08 and 19. RGB value is (142,8,25). Sum of RGB (Red+Green+Blue) = 142+8+25=175 (23% of max value = 765). Red value is 142 (55.86% from 255 or 81.14% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 25 (10.16% from 255 or 14.29% from 175); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0819 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0819 is #71F7E6. Grayscale: #323232. Windows color (decimal): -7469031 or 1640590. OLE color: 1640590.

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

Color convert

RGB142825-
CMYK00.940.820.44
HSL352.39º89.33%29.41%-
HSV(B)352.39º94.37%55.69%-
XYZ11.425.991.48-
YUV50113.89193.62-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 81.14%
GREEN value IS 8 (3.52% from 255) = 4.57%
BLUE value IS 25 (10.16% from 255) = 14.29%
R=81.14%
G=4.57%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14282500.940.820.44352.3989.3329.41
Hex8E81905E522C160591d
Octal216103101361225454013135
Binary10001110100011001010111101010010101100101100000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,8,25); }

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

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

 a { background-color: rgb(142,8,25); }

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

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

 span { border-color: rgb(142,8,25); }

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