#991165

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

Shades of Jazzberry Jam #991165

Tints of Jazzberry Jam #991165

Color information

#991165 (or 0x991165) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 11 and 65. RGB value is (153,17,101). Sum of RGB (Red+Green+Blue) = 153+17+101=271 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.46% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 101 (39.84% from 255 or 37.27% from 271); Max value from RGB is 153 - color contains mainly: red. Hex color #991165 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991165 is #66EE9A. Grayscale: #434343. Windows color (decimal): -6745755 or 6623641. OLE color: 6623641.

HSL color Cylindrical-coordinate representation of color #991165: hue angle of 322.94º 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 #991165 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.4.

Color convert

RGB15317101-
CMYK00.890.340.4
HSL322.94º80%33.33%-
HSV(B)322.94º88.89%60%-
XYZ15.698.1113.05-
YUV67.24147.06189.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.46%
GREEN value IS 17 (7.03% from 255) = 6.27%
BLUE value IS 101 (39.84% from 255) = 37.27%
R=56.46%
G=6.27%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.34
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531710100.890.340.4322.948033.33
Hex99116505922281435021
Octal231211450131425050312041
Binary10011001100011100101010110011000101010001010000111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991165; }

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

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

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

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

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

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

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

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