#8E175A

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

Shades of Jazzberry Jam #8E175A

Tints of Jazzberry Jam #8E175A

Color information

#8E175A (or 0x8E175A) is unknown color: approx Jazzberry Jam. HEX triplet: 8E, 17 and 5A. RGB value is (142,23,90). Sum of RGB (Red+Green+Blue) = 142+23+90=255 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.69% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 90 (35.55% from 255 or 35.29% from 255); Max value from RGB is 142 - color contains mainly: red. Hex color #8E175A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E175A is #71E8A5. Grayscale: #424242. Windows color (decimal): -7465126 or 5904270. OLE color: 5904270.

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

Color convert

RGB1422390-
CMYK00.840.370.44
HSL326.22º72.12%32.35%-
HSV(B)326.22º83.8%55.69%-
XYZ13.317.110.34-
YUV66.22141.42182.05-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 55.69%
GREEN value IS 23 (9.38% from 255) = 9.02%
BLUE value IS 90 (35.55% from 255) = 35.29%
R=55.69%
G=9.02%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142239000.840.370.44326.2272.1232.35
Hex8E175A054252C1464820
Octal216271320124455450611040
Binary10001110101111011010010101001001011011001010001101001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E175A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,23,90); }

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

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

 a { background-color: rgb(142,23,90); }

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

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

 span { border-color: rgb(142,23,90); }

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