#8E0842

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

Shades of Jazzberry Jam #8E0842

Tints of Jazzberry Jam #8E0842

Color information

#8E0842 (or 0x8E0842) is unknown color: approx Jazzberry Jam. HEX triplet: 8E, 08 and 42. RGB value is (142,8,66). Sum of RGB (Red+Green+Blue) = 142+8+66=216 (28% of max value = 765). Red value is 142 (55.86% from 255 or 65.74% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0842 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0842 is #71F7BD. Grayscale: #363636. Windows color (decimal): -7468990 or 4327566. OLE color: 4327566.

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

Color convert

RGB142866-
CMYK00.940.540.44
HSL334.03º89.33%29.41%-
HSV(B)334.03º94.37%55.69%-
XYZ12.236.325.73-
YUV54.68134.39190.28-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 65.74%
GREEN value IS 8 (3.52% from 255) = 3.70%
BLUE value IS 66 (26.17% from 255) = 30.56%
R=65.74%
G=3.70%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.54
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14286600.940.540.44334.0389.3329.41
Hex8E84205E362C14e591d
Octal216101020136665451613135
Binary100011101000100001001011110110110101100101001110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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