#9D1553

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

Shades of Jazzberry Jam #9D1553

Tints of Jazzberry Jam #9D1553

Color information

#9D1553 (or 0x9D1553) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 15 and 53. RGB value is (157,21,83). Sum of RGB (Red+Green+Blue) = 157+21+83=261 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.15% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 83 (32.81% from 255 or 31.80% from 261); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1553 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1553 is #62EAAC. Grayscale: #444444. Windows color (decimal): -6482605 or 5445021. OLE color: 5445021.

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

Color convert

RGB1572183-
CMYK00.870.470.38
HSL332.65º76.4%34.9%-
HSV(B)332.65º86.62%61.57%-
XYZ15.738.338.96-
YUV68.73136.06190.96-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 60.15%
GREEN value IS 21 (8.59% from 255) = 8.05%
BLUE value IS 83 (32.81% from 255) = 31.80%
R=60.15%
G=8.05%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157218300.870.470.38332.6576.434.9
Hex9D15530572F2614d4c23
Octal235251230127574651511443
Binary10011101101011010011010101111011111001101010011011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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