#8E0846

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

Shades of Jazzberry Jam #8E0846

Tints of Jazzberry Jam #8E0846

Color information

#8E0846 (or 0x8E0846) is unknown color: approx Jazzberry Jam. HEX triplet: 8E, 08 and 46. RGB value is (142,8,70). Sum of RGB (Red+Green+Blue) = 142+8+70=220 (29% of max value = 765). Red value is 142 (55.86% from 255 or 64.55% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0846 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0846 is #71F7B9. Grayscale: #373737. Windows color (decimal): -7468986 or 4589710. OLE color: 4589710.

HSL color Cylindrical-coordinate representation of color #8E0846: hue angle of 332.24º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E0846 is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB142870-
CMYK00.940.510.44
HSL332.24º89.33%29.41%-
HSV(B)332.24º94.37%55.69%-
XYZ12.356.376.37-
YUV55.13136.39189.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 64.55%
GREEN value IS 8 (3.52% from 255) = 3.64%
BLUE value IS 70 (27.73% from 255) = 31.82%
R=64.55%
G=3.64%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14287000.940.510.44332.2489.3329.41
Hex8E84605E332C14c591d
Octal216101060136635451413135
Binary100011101000100011001011110110011101100101001100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,8,70); }

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

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

 a { background-color: rgb(142,8,70); }

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

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

 span { border-color: rgb(142,8,70); }

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