#991057

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

Shades of Jazzberry Jam #991057

Tints of Jazzberry Jam #991057

Color information

#991057 (or 0x991057) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 10 and 57. RGB value is (153,16,87). Sum of RGB (Red+Green+Blue) = 153+16+87=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #991057 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991057 is #66EFA8. Grayscale: #404040. Windows color (decimal): -6746025 or 5705881. OLE color: 5705881.

HSL color Cylindrical-coordinate representation of color #991057: hue angle of 328.91º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #991057 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.4.

Color convert

RGB1531687-
CMYK00.900.430.4
HSL328.91º81.07%33.14%-
HSV(B)328.91º89.54%60%-
XYZ15.047.839.74-
YUV65.06140.39190.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 59.77%
GREEN value IS 16 (6.64% from 255) = 6.25%
BLUE value IS 87 (34.38% from 255) = 33.98%
R=59.77%
G=6.25%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.43
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153168700.900.430.4328.9181.0733.14
Hex99105705A2B281495121
Octal231201270132535051112141
Binary10011001100001010111010110101010111010001010010011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991057; }

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

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

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

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

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

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

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

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