#9d1d5d

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

Shades of Jazzberry Jam #9D1D5D

Tints of Jazzberry Jam #9D1D5D

Color information

#9D1D5D (or 0x9D1D5D) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 1D and 5D. RGB value is (157,29,93). Sum of RGB (Red+Green+Blue) = 157+29+93=279 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.27% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1D5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1D5D is #62E2A2. Grayscale: #4A4A4A. Windows color (decimal): -6480547 or 6102429. OLE color: 6102429.

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

Color convert

RGB1572993-
CMYK00.820.410.38
HSL330º68.82%36.47%-
HSV(B)330º81.53%61.57%-
XYZ16.328.8411.2-
YUV74.57138.41186.8-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 56.27%
GREEN value IS 29 (11.72% from 255) = 10.39%
BLUE value IS 93 (36.72% from 255) = 33.33%
R=56.27%
G=10.39%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157299300.820.410.3833068.8236.47
Hex9D1D5D052292614a4524
Octal235351350122514651210544
Binary10011101111011011101010100101010011001101010010101000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9d1d5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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