#991753

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

Shades of Jazzberry Jam #991753

Tints of Jazzberry Jam #991753

Color information

#991753 (or 0x991753) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 17 and 53. RGB value is (153,23,83). Sum of RGB (Red+Green+Blue) = 153+23+83=259 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.07% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 83 (32.81% from 255 or 32.05% from 259); Max value from RGB is 153 - color contains mainly: red. Hex color #991753 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991753 is #66E8AC. Grayscale: #444444. Windows color (decimal): -6744237 or 5445529. OLE color: 5445529.

HSL color Cylindrical-coordinate representation of color #991753: hue angle of 332.31º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #991753 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB1532383-
CMYK00.850.460.4
HSL332.31º73.86%34.51%-
HSV(B)332.31º84.97%60%-
XYZ158.018.94-
YUV68.71136.07188.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 59.07%
GREEN value IS 23 (9.38% from 255) = 8.88%
BLUE value IS 83 (32.81% from 255) = 32.05%
R=59.07%
G=8.88%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153238300.850.460.4332.3173.8634.51
Hex9917530552E2814c4a23
Octal231271230125565051411243
Binary10011001101111010011010101011011101010001010011001001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991753; }

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

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

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

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

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

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

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

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