#9D1550

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

Shades of Jazzberry Jam #9D1550

Tints of Jazzberry Jam #9D1550

Color information

#9D1550 (or 0x9D1550) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 15 and 50. RGB value is (157,21,80). Sum of RGB (Red+Green+Blue) = 157+21+80=258 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.85% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1550 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1550 is #62EAAF. Grayscale: #444444. Windows color (decimal): -6482608 or 5248413. OLE color: 5248413.

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

Color convert

RGB1572180-
CMYK00.870.490.38
HSL333.97º76.4%34.9%-
HSV(B)333.97º86.62%61.57%-
XYZ15.628.288.37-
YUV68.39134.56191.2-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 60.85%
GREEN value IS 21 (8.59% from 255) = 8.14%
BLUE value IS 80 (31.64% from 255) = 31.01%
R=60.85%
G=8.14%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157218000.870.490.38333.9776.434.9
Hex9D1550057312614e4c23
Octal235251200127614651611443
Binary10011101101011010000010101111100011001101010011101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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