#9B1657

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

Shades of Jazzberry Jam #9B1657

Tints of Jazzberry Jam #9B1657

Color information

#9B1657 (or 0x9B1657) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 16 and 57. RGB value is (155,22,87). Sum of RGB (Red+Green+Blue) = 155+22+87=264 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.71% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 87 (34.38% from 255 or 32.95% from 264); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1657 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1657 is #64E9A8. Grayscale: #454545. Windows color (decimal): -6613417 or 5707419. OLE color: 5707419.

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

Color convert

RGB1552287-
CMYK00.860.440.39
HSL330.68º75.14%34.71%-
HSV(B)330.68º85.81%60.78%-
XYZ15.528.239.79-
YUV69.18138.06189.21-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.71%
GREEN value IS 22 (8.98% from 255) = 8.33%
BLUE value IS 87 (34.38% from 255) = 32.95%
R=58.71%
G=8.33%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.44
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155228700.860.440.39330.6875.1434.71
Hex9B16570562C2714b4b23
Octal233261270126544751311343
Binary10011011101101010111010101101011001001111010010111001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,22,87); }

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

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

 a { background-color: rgb(155,22,87); }

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

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

 span { border-color: rgb(155,22,87); }

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