#9E1555

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

Shades of Jazzberry Jam #9E1555

Tints of Jazzberry Jam #9E1555

Color information

#9E1555 (or 0x9E1555) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 15 and 55. RGB value is (158,21,85). Sum of RGB (Red+Green+Blue) = 158+21+85=264 (34% of max value = 765). Red value is 158 (62.11% from 255 or 59.85% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1555 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1555 is #61EAAA. Grayscale: #454545. Windows color (decimal): -6417067 or 5576094. OLE color: 5576094.

HSL color Cylindrical-coordinate representation of color #9E1555: hue angle of 331.97º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9E1555 is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.38.

Color convert

RGB1582185-
CMYK00.870.460.38
HSL331.97º76.54%35.1%-
HSV(B)331.97º86.71%61.96%-
XYZ16.018.469.38-
YUV69.26136.89191.3-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 59.85%
GREEN value IS 21 (8.59% from 255) = 7.95%
BLUE value IS 85 (33.59% from 255) = 32.20%
R=59.85%
G=7.95%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158218500.870.460.38331.9776.5435.1
Hex9E15550572E2614c4d23
Octal236251250127564651411543
Binary10011110101011010101010101111011101001101010011001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E1555; }

 p { color: rgb(158,21,85); }

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

<style>
 a { background-color: #9E1555; }

 a { background-color: rgb(158,21,85); }

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

<style>
 span { border-color: #9E1555; }

 span { border-color: rgb(158,21,85); }

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