#991764

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

Shades of Jazzberry Jam #991764

Tints of Jazzberry Jam #991764

Color information

#991764 (or 0x991764) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 17 and 64. RGB value is (153,23,100). Sum of RGB (Red+Green+Blue) = 153+23+100=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #991764 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991764 is #66E89B. Grayscale: #464646. Windows color (decimal): -6744220 or 6559641. OLE color: 6559641.

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

Color convert

RGB15323100-
CMYK00.850.350.4
HSL324.46º73.86%34.51%-
HSV(B)324.46º84.97%60%-
XYZ15.748.3112.83-
YUV70.65144.57186.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.43%
GREEN value IS 23 (9.38% from 255) = 8.33%
BLUE value IS 100 (39.45% from 255) = 36.23%
R=55.43%
G=8.33%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532310000.850.350.4324.4673.8634.51
Hex99176405523281444a23
Octal231271440125435050411243
Binary10011001101111100100010101011000111010001010001001001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991764; }

 p { color: rgb(153,23,100); }

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

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

 a { background-color: rgb(153,23,100); }

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

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

 span { border-color: rgb(153,23,100); }

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