#8E0545

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

Shades of Jazzberry Jam #8E0545

Tints of Jazzberry Jam #8E0545

Color information

#8E0545 (or 0x8E0545) is unknown color: approx Jazzberry Jam. HEX triplet: 8E, 05 and 45. RGB value is (142,5,69). Sum of RGB (Red+Green+Blue) = 142+5+69=216 (28% of max value = 765). Red value is 142 (55.86% from 255 or 65.74% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 69 (27.34% from 255 or 31.94% from 216); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0545 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0545 is #71FABA. Grayscale: #353535. Windows color (decimal): -7469755 or 4523406. OLE color: 4523406.

HSL color Cylindrical-coordinate representation of color #8E0545: hue angle of 331.97º degrees, saturation: 0.93, 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 #8E0545 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB142569-
CMYK00.960.510.44
HSL331.97º93.2%28.82%-
HSV(B)331.97º96.48%55.69%-
XYZ12.286.296.2-
YUV53.26136.89191.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 65.74%
GREEN value IS 5 (2.34% from 255) = 2.31%
BLUE value IS 69 (27.34% from 255) = 31.94%
R=65.74%
G=2.31%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14256900.960.510.44331.9793.228.82
Hex8E545060332C14c5d1d
Octal21651050140635451413535
Binary10001110101100010101100000110011101100101001100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,5,69); }

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

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

 a { background-color: rgb(142,5,69); }

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

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

 span { border-color: rgb(142,5,69); }

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