#8E0D48

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

Shades of Jazzberry Jam #8E0D48

Tints of Jazzberry Jam #8E0D48

Color information

#8E0D48 (or 0x8E0D48) is unknown color: approx Jazzberry Jam. HEX triplet: 8E, 0D and 48. RGB value is (142,13,72). Sum of RGB (Red+Green+Blue) = 142+13+72=227 (30% of max value = 765). Red value is 142 (55.86% from 255 or 62.56% from 227); Green value is 13 (5.47% from 255 or 5.73% from 227); Blue value is 72 (28.52% from 255 or 31.72% from 227); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0D48 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0D48 is #71F2B7. Grayscale: #3A3A3A. Windows color (decimal): -7467704 or 4722062. OLE color: 4722062.

HSL color Cylindrical-coordinate representation of color #8E0D48: hue angle of 332.56º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8E0D48 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB1421372-
CMYK00.910.490.44
HSL332.56º83.23%30.39%-
HSV(B)332.56º90.85%55.69%-
XYZ12.476.516.73-
YUV58.3135.74187.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 62.56%
GREEN value IS 13 (5.47% from 255) = 5.73%
BLUE value IS 72 (28.52% from 255) = 31.72%
R=62.56%
G=5.73%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142137200.910.490.44332.5683.2330.39
Hex8ED4805B312C14d531e
Octal216151100133615451512336
Binary100011101101100100001011011110001101100101001101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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