#8E0A47

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

Shades of Jazzberry Jam #8E0A47

Tints of Jazzberry Jam #8E0A47

Color information

#8E0A47 (or 0x8E0A47) is unknown color: approx Jazzberry Jam. HEX triplet: 8E, 0A and 47. RGB value is (142,10,71). Sum of RGB (Red+Green+Blue) = 142+10+71=223 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.68% from 223); Green value is 10 (4.30% from 255 or 4.48% from 223); Blue value is 71 (28.12% from 255 or 31.84% from 223); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0A47 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0A47 is #71F5B8. Grayscale: #383838. Windows color (decimal): -7468473 or 4655758. OLE color: 4655758.

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

Color convert

RGB1421071-
CMYK00.930.50.44
HSL332.27º86.84%29.8%-
HSV(B)332.27º92.96%55.69%-
XYZ12.46.426.55-
YUV56.42136.23189.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 63.68%
GREEN value IS 10 (4.30% from 255) = 4.48%
BLUE value IS 71 (28.12% from 255) = 31.84%
R=63.68%
G=4.48%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.5
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142107100.930.50.44332.2786.8429.8
Hex8EA4705D322C14c571e
Octal216121070135625451412736
Binary100011101010100011101011101110010101100101001100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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