#99115D

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

Shades of Jazzberry Jam #99115D

Tints of Jazzberry Jam #99115D

Color information

#99115D (or 0x99115D) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 11 and 5D. RGB value is (153,17,93). Sum of RGB (Red+Green+Blue) = 153+17+93=263 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.17% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 153 - color contains mainly: red. Hex color #99115D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99115D is #66EEA2. Grayscale: #424242. Windows color (decimal): -6745763 or 6099353. OLE color: 6099353.

HSL color Cylindrical-coordinate representation of color #99115D: hue angle of 326.47º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #99115D is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB1531793-
CMYK00.890.390.4
HSL326.47º80%33.33%-
HSV(B)326.47º88.89%60%-
XYZ15.317.9611.09-
YUV66.33143.06189.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 58.17%
GREEN value IS 17 (7.03% from 255) = 6.46%
BLUE value IS 93 (36.72% from 255) = 35.36%
R=58.17%
G=6.46%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153179300.890.390.4326.478033.33
Hex99115D05927281465021
Octal231211350131475050612041
Binary10011001100011011101010110011001111010001010001101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99115D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99115D; }

 p { color: rgb(153,17,93); }

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

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

 a { background-color: rgb(153,17,93); }

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

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

 span { border-color: rgb(153,17,93); }

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