#9B1550

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

Shades of Jazzberry Jam #9B1550

Tints of Jazzberry Jam #9B1550

Color information

#9B1550 (or 0x9B1550) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 15 and 50. RGB value is (155,21,80). Sum of RGB (Red+Green+Blue) = 155+21+80=256 (33% of max value = 765). Red value is 155 (60.94% from 255 or 60.55% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1550 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1550 is #64EAAF. Grayscale: #434343. Windows color (decimal): -6613680 or 5248411. OLE color: 5248411.

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

Color convert

RGB1552180-
CMYK00.860.480.39
HSL333.58º76.14%34.51%-
HSV(B)333.58º86.45%60.78%-
XYZ15.238.088.35-
YUV67.79134.89190.2-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 60.55%
GREEN value IS 21 (8.59% from 255) = 8.20%
BLUE value IS 80 (31.64% from 255) = 31.25%
R=60.55%
G=8.20%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155218000.860.480.39333.5876.1434.51
Hex9B1550056302714e4c23
Octal233251200126604751611443
Binary10011011101011010000010101101100001001111010011101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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