#991163

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

Shades of Jazzberry Jam #991163

Tints of Jazzberry Jam #991163

Color information

#991163 (or 0x991163) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 11 and 63. RGB value is (153,17,99). Sum of RGB (Red+Green+Blue) = 153+17+99=269 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.88% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 153 - color contains mainly: red. Hex color #991163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991163 is #66EE9C. Grayscale: #424242. Windows color (decimal): -6745757 or 6492569. OLE color: 6492569.

HSL color Cylindrical-coordinate representation of color #991163: hue angle of 323.82º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #991163 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB1531799-
CMYK00.890.350.4
HSL323.82º80%33.33%-
HSV(B)323.82º88.89%60%-
XYZ15.598.0712.54-
YUV67.01146.06189.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.88%
GREEN value IS 17 (7.03% from 255) = 6.32%
BLUE value IS 99 (39.06% from 255) = 36.80%
R=56.88%
G=6.32%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153179900.890.350.4323.828033.33
Hex99116305923281445021
Octal231211430131435050412041
Binary10011001100011100011010110011000111010001010001001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991163; }

 p { color: rgb(153,17,99); }

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

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

 a { background-color: rgb(153,17,99); }

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

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

 span { border-color: rgb(153,17,99); }

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