#991C64

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

Shades of Jazzberry Jam #991C64

Tints of Jazzberry Jam #991C64

Color information

#991C64 (or 0x991C64) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 1C and 64. RGB value is (153,28,100). Sum of RGB (Red+Green+Blue) = 153+28+100=281 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.45% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 153 - color contains mainly: red. Hex color #991C64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991C64 is #66E39B. Grayscale: #494949. Windows color (decimal): -6742940 or 6560921. OLE color: 6560921.

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

Color convert

RGB15328100-
CMYK00.820.350.4
HSL325.44º69.06%35.49%-
HSV(B)325.44º81.7%60%-
XYZ15.858.5212.87-
YUV73.58142.91184.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.45%
GREEN value IS 28 (11.33% from 255) = 9.96%
BLUE value IS 100 (39.45% from 255) = 35.59%
R=54.45%
G=9.96%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532810000.820.350.4325.4469.0635.49
Hex991C6405223281454523
Octal231341440122435050510543
Binary10011001111001100100010100101000111010001010001011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991C64; }

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

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

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

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

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

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

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

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