#991053

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

Shades of Jazzberry Jam #991053

Tints of Jazzberry Jam #991053

Color information

#991053 (or 0x991053) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 10 and 53. RGB value is (153,16,83). Sum of RGB (Red+Green+Blue) = 153+16+83=252 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.71% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 153 - color contains mainly: red. Hex color #991053 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991053 is #66EFAC. Grayscale: #404040. Windows color (decimal): -6746029 or 5443737. OLE color: 5443737.

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

Color convert

RGB1531683-
CMYK00.900.460.4
HSL330.66º81.07%33.14%-
HSV(B)330.66º89.54%60%-
XYZ14.887.778.9-
YUV64.6138.39191.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60.71%
GREEN value IS 16 (6.64% from 255) = 6.35%
BLUE value IS 83 (32.81% from 255) = 32.94%
R=60.71%
G=6.35%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153168300.900.460.4330.6681.0733.14
Hex99105305A2E2814b5121
Octal231201230132565051312141
Binary10011001100001010011010110101011101010001010010111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991053; }

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

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

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

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

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

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

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

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