#8e1453

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

Shades of Jazzberry Jam #8E1453

Tints of Jazzberry Jam #8E1453

Color information

#8E1453 (or 0x8E1453) is unknown color: approx Jazzberry Jam. HEX triplet: 8E, 14 and 53. RGB value is (142,20,83). Sum of RGB (Red+Green+Blue) = 142+20+83=245 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.96% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1453 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E1453 is #71EBAC. Grayscale: #3F3F3F. Windows color (decimal): -7465901 or 5444750. OLE color: 5444750.

HSL color Cylindrical-coordinate representation of color #8E1453: hue angle of 329.02º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8E1453 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB1422083-
CMYK00.860.420.44
HSL329.02º75.31%31.76%-
HSV(B)329.02º85.92%55.69%-
XYZ12.976.888.83-
YUV63.66138.92183.88-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 57.96%
GREEN value IS 20 (8.20% from 255) = 8.16%
BLUE value IS 83 (32.81% from 255) = 33.88%
R=57.96%
G=8.16%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142208300.860.420.44329.0275.3131.76
Hex8E14530562A2C1494b20
Octal216241230126525451111340
Binary10001110101001010011010101101010101011001010010011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e1453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,20,83); }

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

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

 a { background-color: rgb(142,20,83); }

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

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

 span { border-color: rgb(142,20,83); }

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