#991259

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

Shades of Jazzberry Jam #991259

Tints of Jazzberry Jam #991259

Color information

#991259 (or 0x991259) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 12 and 59. RGB value is (153,18,89). Sum of RGB (Red+Green+Blue) = 153+18+89=260 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.85% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 89 (35.16% from 255 or 34.23% from 260); Max value from RGB is 153 - color contains mainly: red. Hex color #991259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991259 is #66EDA6. Grayscale: #424242. Windows color (decimal): -6745511 or 5837465. OLE color: 5837465.

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

Color convert

RGB1531889-
CMYK00.880.420.4
HSL328.44º78.95%33.53%-
HSV(B)328.44º88.24%60%-
XYZ15.167.9310.18-
YUV66.46140.73189.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 58.85%
GREEN value IS 18 (7.42% from 255) = 6.92%
BLUE value IS 89 (35.16% from 255) = 34.23%
R=58.85%
G=6.92%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153188900.880.420.4328.4478.9533.53
Hex9912590582A281484f22
Octal231221310130525051011742
Binary10011001100101011001010110001010101010001010010001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991259; }

 p { color: rgb(153,18,89); }

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

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

 a { background-color: rgb(153,18,89); }

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

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

 span { border-color: rgb(153,18,89); }

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