#8E0444

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

Shades of Jazzberry Jam #8E0444

Tints of Jazzberry Jam #8E0444

Color information

#8E0444 (or 0x8E0444) is unknown color: approx Jazzberry Jam. HEX triplet: 8E, 04 and 44. RGB value is (142,4,68). Sum of RGB (Red+Green+Blue) = 142+4+68=214 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.36% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 68 (26.95% from 255 or 31.78% from 214); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0444 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0444 is #71FBBB. Grayscale: #343434. Windows color (decimal): -7470012 or 4457614. OLE color: 4457614.

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

Color convert

RGB142468-
CMYK00.970.520.44
HSL332.17º94.52%28.63%-
HSV(B)332.17º97.18%55.69%-
XYZ12.246.256.03-
YUV52.56136.72191.8-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 66.36%
GREEN value IS 4 (1.95% from 255) = 1.87%
BLUE value IS 68 (26.95% from 255) = 31.78%
R=66.36%
G=1.87%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.52
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14246800.970.520.44332.1794.5228.63
Hex8E444061342C14c5f1d
Octal21641040141645451413735
Binary10001110100100010001100001110100101100101001100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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