#8E0A49

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

Shades of Jazzberry Jam #8E0A49

Tints of Jazzberry Jam #8E0A49

Color information

#8E0A49 (or 0x8E0A49) is unknown color: approx Jazzberry Jam. HEX triplet: 8E, 0A and 49. RGB value is (142,10,73). Sum of RGB (Red+Green+Blue) = 142+10+73=225 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.11% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0A49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0A49 is #71F5B6. Grayscale: #383838. Windows color (decimal): -7468471 or 4786830. OLE color: 4786830.

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

Color convert

RGB1421073-
CMYK00.930.490.44
HSL331.36º86.84%29.8%-
HSV(B)331.36º92.96%55.69%-
XYZ12.476.456.89-
YUV56.65137.23188.88-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 63.11%
GREEN value IS 10 (4.30% from 255) = 4.44%
BLUE value IS 73 (28.91% from 255) = 32.44%
R=63.11%
G=4.44%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142107300.930.490.44331.3686.8429.8
Hex8EA4905D312C14b571e
Octal216121110135615451312736
Binary100011101010100100101011101110001101100101001011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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