#9b1552

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

Shades of Jazzberry Jam #9B1552

Tints of Jazzberry Jam #9B1552

Color information

#9B1552 (or 0x9B1552) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 15 and 52. RGB value is (155,21,82). Sum of RGB (Red+Green+Blue) = 155+21+82=258 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.08% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 82 (32.42% from 255 or 31.78% from 258); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1552 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1552 is #64EAAD. Grayscale: #434343. Windows color (decimal): -6613678 or 5379483. OLE color: 5379483.

HSL color Cylindrical-coordinate representation of color #9B1552: hue angle of 332.69º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B1552 is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.39.

Color convert

RGB1552182-
CMYK00.860.470.39
HSL332.69º76.14%34.51%-
HSV(B)332.69º86.45%60.78%-
XYZ15.318.118.74-
YUV68.02135.89190.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 60.08%
GREEN value IS 21 (8.59% from 255) = 8.14%
BLUE value IS 82 (32.42% from 255) = 31.78%
R=60.08%
G=8.14%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155218200.860.470.39332.6976.1434.51
Hex9B15520562F2714d4c23
Octal233251220126574751511443
Binary10011011101011010010010101101011111001111010011011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b1552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,21,82); }

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

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

 a { background-color: rgb(155,21,82); }

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

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

 span { border-color: rgb(155,21,82); }

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