#99114D

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

Shades of Jazzberry Jam #99114D

Tints of Jazzberry Jam #99114D

Color information

#99114D (or 0x99114D) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 11 and 4D. RGB value is (153,17,77). Sum of RGB (Red+Green+Blue) = 153+17+77=247 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.94% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 153 - color contains mainly: red. Hex color #99114D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99114D is #66EEB2. Grayscale: #404040. Windows color (decimal): -6745779 or 5050777. OLE color: 5050777.

HSL color Cylindrical-coordinate representation of color #99114D: hue angle of 333.53º 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 #99114D is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB1531777-
CMYK00.890.500.4
HSL333.53º80%33.33%-
HSV(B)333.53º88.89%60%-
XYZ14.687.717.74-
YUV64.5135.06191.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 61.94%
GREEN value IS 17 (7.03% from 255) = 6.88%
BLUE value IS 77 (30.47% from 255) = 31.17%
R=61.94%
G=6.88%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153177700.890.500.4333.538033.33
Hex99114D059322814e5021
Octal231211150131625051612041
Binary10011001100011001101010110011100101010001010011101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99114D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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