#990452

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

Shades of Jazzberry Jam #990452

Tints of Jazzberry Jam #990452

Color information

#990452 (or 0x990452) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 04 and 52. RGB value is (153,4,82). Sum of RGB (Red+Green+Blue) = 153+4+82=239 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.02% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 82 (32.42% from 255 or 34.31% from 239); Max value from RGB is 153 - color contains mainly: red. Hex color #990452 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990452 is #66FBAD. Grayscale: #393939. Windows color (decimal): -6749102 or 5375129. OLE color: 5375129.

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

Color convert

RGB153482-
CMYK00.970.460.4
HSL328.59º94.9%30.78%-
HSV(B)328.59º97.39%60%-
XYZ14.77.478.65-
YUV57.44141.86196.16-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 64.02%
GREEN value IS 4 (1.95% from 255) = 1.67%
BLUE value IS 82 (32.42% from 255) = 34.31%
R=64.02%
G=1.67%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15348200.970.460.4328.5994.930.78
Hex994520612E281495f1f
Octal23141220141565051113737
Binary10011001100101001001100001101110101000101001001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990452; }

 p { color: rgb(153,4,82); }

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

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

 a { background-color: rgb(153,4,82); }

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

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

 span { border-color: rgb(153,4,82); }

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