#990F64

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

Shades of Jazzberry Jam #990F64

Tints of Jazzberry Jam #990F64

Color information

#990F64 (or 0x990F64) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 0F and 64. RGB value is (153,15,100). Sum of RGB (Red+Green+Blue) = 153+15+100=268 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.09% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 153 - color contains mainly: red. Hex color #990F64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990F64 is #66F09B. Grayscale: #414141. Windows color (decimal): -6746268 or 6557593. OLE color: 6557593.

HSL color Cylindrical-coordinate representation of color #990F64: hue angle of 323.04º 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 #990F64 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB15315100-
CMYK00.900.350.4
HSL323.04º82.14%32.94%-
HSV(B)323.04º90.2%60%-
XYZ15.618.0312.78-
YUV65.95147.22190.09-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.09%
GREEN value IS 15 (6.25% from 255) = 5.60%
BLUE value IS 100 (39.45% from 255) = 37.31%
R=57.09%
G=5.60%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531510000.900.350.4323.0482.1432.94
Hex99F6405A23281435221
Octal231171440132435050312241
Binary1001100111111100100010110101000111010001010000111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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