#99125A

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

Shades of Jazzberry Jam #99125A

Tints of Jazzberry Jam #99125A

Color information

#99125A (or 0x99125A) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 12 and 5A. RGB value is (153,18,90). Sum of RGB (Red+Green+Blue) = 153+18+90=261 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.62% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 153 - color contains mainly: red. Hex color #99125A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99125A is #66EDA5. Grayscale: #424242. Windows color (decimal): -6745510 or 5903001. OLE color: 5903001.

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

Color convert

RGB1531890-
CMYK00.880.410.4
HSL328º78.95%33.53%-
HSV(B)328º88.24%60%-
XYZ15.27.9410.4-
YUV66.57141.23189.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 58.62%
GREEN value IS 18 (7.42% from 255) = 6.90%
BLUE value IS 90 (35.55% from 255) = 34.48%
R=58.62%
G=6.90%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153189000.880.410.432878.9533.53
Hex99125A05829281484f22
Octal231221320130515051011742
Binary10011001100101011010010110001010011010001010010001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99125A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99125A; }

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

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

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

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

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

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

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

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