#9D1551

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

Shades of Jazzberry Jam #9D1551

Tints of Jazzberry Jam #9D1551

Color information

#9D1551 (or 0x9D1551) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 15 and 51. RGB value is (157,21,81). Sum of RGB (Red+Green+Blue) = 157+21+81=259 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.62% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 81 (32.03% from 255 or 31.27% from 259); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1551 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1551 is #62EAAE. Grayscale: #444444. Windows color (decimal): -6482607 or 5313949. OLE color: 5313949.

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

Color convert

RGB1572181-
CMYK00.870.480.38
HSL333.53º76.4%34.9%-
HSV(B)333.53º86.62%61.57%-
XYZ15.668.38.56-
YUV68.5135.06191.12-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 60.62%
GREEN value IS 21 (8.59% from 255) = 8.11%
BLUE value IS 81 (32.03% from 255) = 31.27%
R=60.62%
G=8.11%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157218100.870.480.38333.5376.434.9
Hex9D1551057302614e4c23
Octal235251210127604651611443
Binary10011101101011010001010101111100001001101010011101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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