#991353

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

Shades of Jazzberry Jam #991353

Tints of Jazzberry Jam #991353

Color information

#991353 (or 0x991353) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 13 and 53. RGB value is (153,19,83). Sum of RGB (Red+Green+Blue) = 153+19+83=255 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 83 (32.81% from 255 or 32.55% from 255); Max value from RGB is 153 - color contains mainly: red. Hex color #991353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991353 is #66ECAC. Grayscale: #424242. Windows color (decimal): -6745261 or 5444505. OLE color: 5444505.

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

Color convert

RGB1531983-
CMYK00.880.460.4
HSL331.34º77.91%33.73%-
HSV(B)331.34º87.58%60%-
XYZ14.937.868.91-
YUV66.36137.39189.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60%
GREEN value IS 19 (7.81% from 255) = 7.45%
BLUE value IS 83 (32.81% from 255) = 32.55%
R=60%
G=7.45%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153198300.880.460.4331.3477.9133.73
Hex9913530582E2814b4e22
Octal231231230130565051311642
Binary10011001100111010011010110001011101010001010010111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991353; }

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

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

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

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

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

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

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

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