#8E0249

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

Shades of Jazzberry Jam #8E0249

Tints of Jazzberry Jam #8E0249

Color information

#8E0249 (or 0x8E0249) is unknown color: approx Jazzberry Jam. HEX triplet: 8E, 02 and 49. RGB value is (142,2,73). Sum of RGB (Red+Green+Blue) = 142+2+73=217 (28% of max value = 765). Red value is 142 (55.86% from 255 or 65.44% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0249 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0249 is #71FDB6. Grayscale: #333333. Windows color (decimal): -7470519 or 4784782. OLE color: 4784782.

HSL color Cylindrical-coordinate representation of color #8E0249: hue angle of 329.57º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E0249 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB142273-
CMYK00.990.490.44
HSL329.57º97.22%28.24%-
HSV(B)329.57º98.59%55.69%-
XYZ12.386.286.86-
YUV51.95139.88192.23-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 65.44%
GREEN value IS 2 (1.17% from 255) = 0.92%
BLUE value IS 73 (28.91% from 255) = 33.64%
R=65.44%
G=0.92%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14227300.990.490.44329.5797.2228.24
Hex8E249063312C14a611c
Octal21621110143615451214134
Binary1000111010100100101100011110001101100101001010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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