#9D1756

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

Shades of Jazzberry Jam #9D1756

Tints of Jazzberry Jam #9D1756

Color information

#9D1756 (or 0x9D1756) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 17 and 56. RGB value is (157,23,86). Sum of RGB (Red+Green+Blue) = 157+23+86=266 (35% of max value = 765). Red value is 157 (61.72% from 255 or 59.02% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 86 (33.98% from 255 or 32.33% from 266); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1756 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1756 is #62E8A9. Grayscale: #464646. Windows color (decimal): -6482090 or 5642141. OLE color: 5642141.

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

Color convert

RGB1572386-
CMYK00.850.450.38
HSL331.79º74.44%35.29%-
HSV(B)331.79º85.35%61.57%-
XYZ15.898.459.6-
YUV70.25136.89189.88-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 59.02%
GREEN value IS 23 (9.38% from 255) = 8.65%
BLUE value IS 86 (33.98% from 255) = 32.33%
R=59.02%
G=8.65%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.45
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157238600.850.450.38331.7974.4435.29
Hex9D17560552D2614c4a23
Octal235271260125554651411243
Binary10011101101111010110010101011011011001101010011001001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,23,86); }

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

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

 a { background-color: rgb(157,23,86); }

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

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

 span { border-color: rgb(157,23,86); }

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