#991253

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

Shades of Jazzberry Jam #991253

Tints of Jazzberry Jam #991253

Color information

#991253 (or 0x991253) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 12 and 53. RGB value is (153,18,83). Sum of RGB (Red+Green+Blue) = 153+18+83=254 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.24% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 83 (32.81% from 255 or 32.68% from 254); Max value from RGB is 153 - color contains mainly: red. Hex color #991253 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991253 is #66EDAC. Grayscale: #414141. Windows color (decimal): -6745517 or 5444249. OLE color: 5444249.

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

Color convert

RGB1531883-
CMYK00.880.460.4
HSL331.11º78.95%33.53%-
HSV(B)331.11º88.24%60%-
XYZ14.917.838.91-
YUV65.78137.73190.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60.24%
GREEN value IS 18 (7.42% from 255) = 7.09%
BLUE value IS 83 (32.81% from 255) = 32.68%
R=60.24%
G=7.09%
B=32.68%

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
Decimal153188300.880.460.4331.1178.9533.53
Hex9912530582E2814b4f22
Octal231221230130565051311742
Binary10011001100101010011010110001011101010001010010111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991253; }

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

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

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

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

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

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

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

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