#8E044A

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

Shades of Jazzberry Jam #8E044A

Tints of Jazzberry Jam #8E044A

Color information

#8E044A (or 0x8E044A) is unknown color: approx Jazzberry Jam. HEX triplet: 8E, 04 and 4A. RGB value is (142,4,74). Sum of RGB (Red+Green+Blue) = 142+4+74=220 (29% of max value = 765). Red value is 142 (55.86% from 255 or 64.55% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 142 - color contains mainly: red. Hex color #8E044A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E044A is #71FBB5. Grayscale: #353535. Windows color (decimal): -7470006 or 4850830. OLE color: 4850830.

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

Color convert

RGB142474-
CMYK00.970.480.44
HSL329.57º94.52%28.63%-
HSV(B)329.57º97.18%55.69%-
XYZ12.436.337.05-
YUV53.24139.72191.31-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 64.55%
GREEN value IS 4 (1.95% from 255) = 1.82%
BLUE value IS 74 (29.30% from 255) = 33.64%
R=64.55%
G=1.82%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14247400.970.480.44329.5794.5228.63
Hex8E44A061302C14a5f1d
Octal21641120141605451213735
Binary10001110100100101001100001110000101100101001010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E044A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,4,74); }

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

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

 a { background-color: rgb(142,4,74); }

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

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

 span { border-color: rgb(142,4,74); }

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