#9D1560

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

Shades of Jazzberry Jam #9D1560

Tints of Jazzberry Jam #9D1560

Color information

#9D1560 (or 0x9D1560) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 15 and 60. RGB value is (157,21,96). Sum of RGB (Red+Green+Blue) = 157+21+96=274 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.30% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1560 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1560 is #62EA9F. Grayscale: #464646. Windows color (decimal): -6482592 or 6296989. OLE color: 6296989.

HSL color Cylindrical-coordinate representation of color #9D1560: hue angle of 326.91º degrees, saturation: 0.76, 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 #9D1560 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB1572196-
CMYK00.870.390.38
HSL326.91º76.4%34.9%-
HSV(B)326.91º86.62%61.57%-
XYZ16.288.5511.86-
YUV70.21142.56189.9-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 57.30%
GREEN value IS 21 (8.59% from 255) = 7.66%
BLUE value IS 96 (37.89% from 255) = 35.04%
R=57.30%
G=7.66%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157219600.870.390.38326.9176.434.9
Hex9D156005727261474c23
Octal235251400127474650711443
Binary10011101101011100000010101111001111001101010001111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,21,96); }

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

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

 a { background-color: rgb(157,21,96); }

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

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

 span { border-color: rgb(157,21,96); }

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