#990F57

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

Shades of Jazzberry Jam #990F57

Tints of Jazzberry Jam #990F57

Color information

#990F57 (or 0x990F57) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 0F and 57. RGB value is (153,15,87). Sum of RGB (Red+Green+Blue) = 153+15+87=255 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60% from 255); Green value is 15 (6.25% from 255 or 5.88% from 255); Blue value is 87 (34.38% from 255 or 34.12% from 255); Max value from RGB is 153 - color contains mainly: red. Hex color #990F57 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990F57 is #66F0A8. Grayscale: #404040. Windows color (decimal): -6746281 or 5705625. OLE color: 5705625.

HSL color Cylindrical-coordinate representation of color #990F57: hue angle of 328.7º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #990F57 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.4.

Color convert

RGB1531587-
CMYK00.900.430.4
HSL328.7º82.14%32.94%-
HSV(B)328.7º90.2%60%-
XYZ15.037.89.73-
YUV64.47140.72191.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60%
GREEN value IS 15 (6.25% from 255) = 5.88%
BLUE value IS 87 (34.38% from 255) = 34.12%
R=60%
G=5.88%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.43
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153158700.900.430.4328.782.1432.94
Hex99F5705A2B281495221
Octal231171270132535051112241
Binary1001100111111010111010110101010111010001010010011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990F57; }

 p { color: rgb(153,15,87); }

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

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

 a { background-color: rgb(153,15,87); }

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

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

 span { border-color: rgb(153,15,87); }

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