#990C53

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

Shades of Jazzberry Jam #990C53

Tints of Jazzberry Jam #990C53

Color information

#990C53 (or 0x990C53) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 0C and 53. RGB value is (153,12,83). Sum of RGB (Red+Green+Blue) = 153+12+83=248 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.69% from 248); Green value is 12 (5.08% from 255 or 4.84% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 153 - color contains mainly: red. Hex color #990C53 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990C53 is #66F3AC. Grayscale: #3E3E3E. Windows color (decimal): -6747053 or 5442713. OLE color: 5442713.

HSL color Cylindrical-coordinate representation of color #990C53: hue angle of 329.79º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #990C53 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB1531283-
CMYK00.920.460.4
HSL329.79º85.45%32.35%-
HSV(B)329.79º92.16%60%-
XYZ14.837.668.88-
YUV62.25139.71192.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 61.69%
GREEN value IS 12 (5.08% from 255) = 4.84%
BLUE value IS 83 (32.81% from 255) = 33.47%
R=61.69%
G=4.84%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153128300.920.460.4329.7985.4532.35
Hex99C5305C2E2814a5520
Octal231141230134565051212540
Binary1001100111001010011010111001011101010001010010101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,12,83); }

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

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

 a { background-color: rgb(153,12,83); }

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

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

 span { border-color: rgb(153,12,83); }

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