#8E1455

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

Shades of Jazzberry Jam #8E1455

Tints of Jazzberry Jam #8E1455

Color information

#8E1455 (or 0x8E1455) is unknown color: approx Jazzberry Jam. HEX triplet: 8E, 14 and 55. RGB value is (142,20,85). Sum of RGB (Red+Green+Blue) = 142+20+85=247 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.49% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1455 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E1455 is #71EBAA. Grayscale: #3F3F3F. Windows color (decimal): -7465899 or 5575822. OLE color: 5575822.

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

Color convert

RGB1422085-
CMYK00.860.400.44
HSL328.03º75.31%31.76%-
HSV(B)328.03º85.92%55.69%-
XYZ13.056.919.24-
YUV63.89139.92183.71-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 57.49%
GREEN value IS 20 (8.20% from 255) = 8.10%
BLUE value IS 85 (33.59% from 255) = 34.41%
R=57.49%
G=8.10%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142208500.860.400.44328.0375.3131.76
Hex8E1455056282C1484b20
Octal216241250126505451011340
Binary10001110101001010101010101101010001011001010010001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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