#8E0447

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

Shades of Jazzberry Jam #8E0447

Tints of Jazzberry Jam #8E0447

Color information

#8E0447 (or 0x8E0447) is unknown color: approx Jazzberry Jam. HEX triplet: 8E, 04 and 47. RGB value is (142,4,71). Sum of RGB (Red+Green+Blue) = 142+4+71=217 (28% of max value = 765). Red value is 142 (55.86% from 255 or 65.44% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 71 (28.12% from 255 or 32.72% from 217); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0447 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0447 is #71FBB8. Grayscale: #343434. Windows color (decimal): -7470009 or 4654222. OLE color: 4654222.

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

Color convert

RGB142471-
CMYK00.970.50.44
HSL330.87º94.52%28.63%-
HSV(B)330.87º97.18%55.69%-
XYZ12.346.296.53-
YUV52.9138.22191.55-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 65.44%
GREEN value IS 4 (1.95% from 255) = 1.84%
BLUE value IS 71 (28.12% from 255) = 32.72%
R=65.44%
G=1.84%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.5
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14247100.970.50.44330.8794.5228.63
Hex8E447061322C14b5f1d
Octal21641070141625451313735
Binary10001110100100011101100001110010101100101001011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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