#990147

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

Shades of Jazzberry Jam #990147

Tints of Jazzberry Jam #990147

Color information

#990147 (or 0x990147) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 01 and 47. RGB value is (153,1,71). Sum of RGB (Red+Green+Blue) = 153+1+71=225 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 71 (28.12% from 255 or 31.56% from 225); Max value from RGB is 153 - color contains mainly: red. Hex color #990147 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990147 is #66FEB8. Grayscale: #363636. Windows color (decimal): -6749881 or 4653465. OLE color: 4653465.

HSL color Cylindrical-coordinate representation of color #990147: hue angle of 332.37º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #990147 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB153171-
CMYK00.990.540.4
HSL332.37º98.7%30.2%-
HSV(B)332.37º99.35%60%-
XYZ14.297.256.61-
YUV54.43137.36198.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 68%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 71 (28.12% from 255) = 31.56%
R=68%
G=0.44%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15317100.990.540.4332.3798.730.2
Hex99147063362814c631e
Octal23111070143665051414336
Binary100110011100011101100011110110101000101001100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990147; }

 p { color: rgb(153,1,71); }

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

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

 a { background-color: rgb(153,1,71); }

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

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

 span { border-color: rgb(153,1,71); }

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