#8E0822

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

Shades of Carmine #8E0822

Tints of Carmine #8E0822

Color information

#8E0822 (or 0x8E0822) is unknown color: approx Carmine. HEX triplet: 8E, 08 and 22. RGB value is (142,8,34). Sum of RGB (Red+Green+Blue) = 142+8+34=184 (24% of max value = 765). Red value is 142 (55.86% from 255 or 77.17% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 34 (13.67% from 255 or 18.48% from 184); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0822 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0822 is #71F7DD. Grayscale: #333333. Windows color (decimal): -7469022 or 2230414. OLE color: 2230414.

HSL color Cylindrical-coordinate representation of color #8E0822: hue angle of 348.36º 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 #8E0822 is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.44.

Color convert

RGB142834-
CMYK00.940.760.44
HSL348.36º89.33%29.41%-
HSV(B)348.36º94.37%55.69%-
XYZ11.536.042.07-
YUV51.03118.39192.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 77.17%
GREEN value IS 8 (3.52% from 255) = 4.35%
BLUE value IS 34 (13.67% from 255) = 18.48%
R=77.17%
G=4.35%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.76
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14283400.940.760.44348.3689.3329.41
Hex8E82205E4C2C15c591d
Octal216104201361145453413135
Binary100011101000100010010111101001100101100101011100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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