#8E0A46

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

Shades of Jazzberry Jam #8E0A46

Tints of Jazzberry Jam #8E0A46

Color information

#8E0A46 (or 0x8E0A46) is unknown color: approx Jazzberry Jam. HEX triplet: 8E, 0A and 46. RGB value is (142,10,70). Sum of RGB (Red+Green+Blue) = 142+10+70=222 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.96% from 222); Green value is 10 (4.30% from 255 or 4.50% from 222); Blue value is 70 (27.73% from 255 or 31.53% from 222); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0A46 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0A46 is #71F5B9. Grayscale: #383838. Windows color (decimal): -7468474 or 4590222. OLE color: 4590222.

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

Color convert

RGB1421070-
CMYK00.930.510.44
HSL332.73º86.84%29.8%-
HSV(B)332.73º92.96%55.69%-
XYZ12.376.416.38-
YUV56.31135.73189.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 63.96%
GREEN value IS 10 (4.30% from 255) = 4.50%
BLUE value IS 70 (27.73% from 255) = 31.53%
R=63.96%
G=4.50%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142107000.930.510.44332.7386.8429.8
Hex8EA4605D332C14d571e
Octal216121060135635451512736
Binary100011101010100011001011101110011101100101001101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,10,70); }

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

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

 a { background-color: rgb(142,10,70); }

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

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

 span { border-color: rgb(142,10,70); }

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