#991569

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

Shades of Jazzberry Jam #991569

Tints of Jazzberry Jam #991569

Color information

#991569 (or 0x991569) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 15 and 69. RGB value is (153,21,105). Sum of RGB (Red+Green+Blue) = 153+21+105=279 (36% of max value = 765). Red value is 153 (60.16% from 255 or 54.84% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 105 (41.41% from 255 or 37.63% from 279); Max value from RGB is 153 - color contains mainly: red. Hex color #991569 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991569 is #66EA96. Grayscale: #454545. Windows color (decimal): -6744727 or 6886809. OLE color: 6886809.

HSL color Cylindrical-coordinate representation of color #991569: hue angle of 321.82º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #991569 is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB15321105-
CMYK00.860.310.4
HSL321.82º75.86%34.12%-
HSV(B)321.82º86.27%60%-
XYZ15.958.3314.13-
YUV70.04147.73187.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.84%
GREEN value IS 21 (8.59% from 255) = 7.53%
BLUE value IS 105 (41.41% from 255) = 37.63%
R=54.84%
G=7.53%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532110500.860.310.4321.8275.8634.12
Hex9915690561F281424c22
Octal231251510126375050211442
Binary1001100110101110100101010110111111010001010000101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991569; }

 p { color: rgb(153,21,105); }

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

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

 a { background-color: rgb(153,21,105); }

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

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

 span { border-color: rgb(153,21,105); }

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