#8E064E

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

Shades of Jazzberry Jam #8E064E

Tints of Jazzberry Jam #8E064E

Color information

#8E064E (or 0x8E064E) is unknown color: approx Jazzberry Jam. HEX triplet: 8E, 06 and 4E. RGB value is (142,6,78). Sum of RGB (Red+Green+Blue) = 142+6+78=226 (29% of max value = 765). Red value is 142 (55.86% from 255 or 62.83% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 142 - color contains mainly: red. Hex color #8E064E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E064E is #71F9B1. Grayscale: #363636. Windows color (decimal): -7469490 or 5113486. OLE color: 5113486.

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

Color convert

RGB142678-
CMYK00.960.450.44
HSL328.24º91.89%29.02%-
HSV(B)328.24º95.77%55.69%-
XYZ12.66.437.79-
YUV54.87141.06190.15-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 62.83%
GREEN value IS 6 (2.73% from 255) = 2.65%
BLUE value IS 78 (30.86% from 255) = 34.51%
R=62.83%
G=2.65%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14267800.960.450.44328.2491.8929.02
Hex8E64E0602D2C1485c1d
Octal21661160140555451013435
Binary10001110110100111001100000101101101100101001000101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E064E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,6,78); }

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

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

 a { background-color: rgb(142,6,78); }

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

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

 span { border-color: rgb(142,6,78); }

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