#9D135D

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

Shades of Jazzberry Jam #9D135D

Tints of Jazzberry Jam #9D135D

Color information

#9D135D (or 0x9D135D) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 13 and 5D. RGB value is (157,19,93). Sum of RGB (Red+Green+Blue) = 157+19+93=269 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.36% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 157 - color contains mainly: red. Hex color #9D135D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D135D is #62ECA2. Grayscale: #444444. Windows color (decimal): -6483107 or 6099869. OLE color: 6099869.

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

Color convert

RGB1571993-
CMYK00.880.410.38
HSL327.83º78.41%34.51%-
HSV(B)327.83º87.9%61.57%-
XYZ16.118.4211.13-
YUV68.7141.72190.98-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 58.36%
GREEN value IS 19 (7.81% from 255) = 7.06%
BLUE value IS 93 (36.72% from 255) = 34.57%
R=58.36%
G=7.06%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157199300.880.410.38327.8378.4134.51
Hex9D135D05829261484e23
Octal235231350130514651011643
Binary10011101100111011101010110001010011001101010010001001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D135D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,19,93); }

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

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

 a { background-color: rgb(157,19,93); }

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

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

 span { border-color: rgb(157,19,93); }

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