#991257

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

Shades of Jazzberry Jam #991257

Tints of Jazzberry Jam #991257

Color information

#991257 (or 0x991257) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 12 and 57. RGB value is (153,18,87). Sum of RGB (Red+Green+Blue) = 153+18+87=258 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.30% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 87 (34.38% from 255 or 33.72% from 258); Max value from RGB is 153 - color contains mainly: red. Hex color #991257 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991257 is #66EDA8. Grayscale: #424242. Windows color (decimal): -6745513 or 5706393. OLE color: 5706393.

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

Color convert

RGB1531887-
CMYK00.880.430.4
HSL329.33º78.95%33.53%-
HSV(B)329.33º88.24%60%-
XYZ15.077.899.75-
YUV66.23139.73189.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 59.30%
GREEN value IS 18 (7.42% from 255) = 6.98%
BLUE value IS 87 (34.38% from 255) = 33.72%
R=59.30%
G=6.98%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.43
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153188700.880.430.4329.3378.9533.53
Hex9912570582B281494f22
Octal231221270130535051111742
Binary10011001100101010111010110001010111010001010010011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991257; }

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

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

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

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

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

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

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

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