#9D1B59

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

Shades of Jazzberry Jam #9D1B59

Tints of Jazzberry Jam #9D1B59

Color information

#9D1B59 (or 0x9D1B59) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 1B and 59. RGB value is (157,27,89). Sum of RGB (Red+Green+Blue) = 157+27+89=273 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.51% from 273); Green value is 27 (10.94% from 255 or 9.89% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1B59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1B59 is #62E4A6. Grayscale: #484848. Windows color (decimal): -6481063 or 5839773. OLE color: 5839773.

HSL color Cylindrical-coordinate representation of color #9D1B59: hue angle of 331.38º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9D1B59 is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB1572789-
CMYK00.830.430.38
HSL331.38º70.65%36.08%-
HSV(B)331.38º82.8%61.57%-
XYZ16.18.6710.28-
YUV72.94137.07187.96-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 57.51%
GREEN value IS 27 (10.94% from 255) = 9.89%
BLUE value IS 89 (35.16% from 255) = 32.60%
R=57.51%
G=9.89%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157278900.830.430.38331.3870.6536.08
Hex9D1B590532B2614b4724
Octal235331310123534651310744
Binary10011101110111011001010100111010111001101010010111000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,27,89); }

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

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

 a { background-color: rgb(157,27,89); }

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

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

 span { border-color: rgb(157,27,89); }

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