#8E0E48

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

Shades of Jazzberry Jam #8E0E48

Tints of Jazzberry Jam #8E0E48

Color information

#8E0E48 (or 0x8E0E48) is unknown color: approx Jazzberry Jam. HEX triplet: 8E, 0E and 48. RGB value is (142,14,72). Sum of RGB (Red+Green+Blue) = 142+14+72=228 (30% of max value = 765). Red value is 142 (55.86% from 255 or 62.28% from 228); Green value is 14 (5.86% from 255 or 6.14% from 228); Blue value is 72 (28.52% from 255 or 31.58% from 228); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0E48 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0E48 is #71F1B7. Grayscale: #3A3A3A. Windows color (decimal): -7467448 or 4722318. OLE color: 4722318.

HSL color Cylindrical-coordinate representation of color #8E0E48: hue angle of 332.81º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E0E48 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB1421472-
CMYK00.900.490.44
HSL332.81º82.05%30.59%-
HSV(B)332.81º90.14%55.69%-
XYZ12.486.536.73-
YUV58.88135.41187.28-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 62.28%
GREEN value IS 14 (5.86% from 255) = 6.14%
BLUE value IS 72 (28.52% from 255) = 31.58%
R=62.28%
G=6.14%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142147200.900.490.44332.8182.0530.59
Hex8EE4805A312C14d521f
Octal216161100132615451512237
Binary100011101110100100001011010110001101100101001101101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,14,72); }

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

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

 a { background-color: rgb(142,14,72); }

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

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

 span { border-color: rgb(142,14,72); }

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