#991051

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

Shades of Jazzberry Jam #991051

Tints of Jazzberry Jam #991051

Color information

#991051 (or 0x991051) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 10 and 51. RGB value is (153,16,81). Sum of RGB (Red+Green+Blue) = 153+16+81=250 (33% of max value = 765). Red value is 153 (60.16% from 255 or 61.2% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 81 (32.03% from 255 or 32.4% from 250); Max value from RGB is 153 - color contains mainly: red. Hex color #991051 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991051 is #66EFAE. Grayscale: #404040. Windows color (decimal): -6746031 or 5312665. OLE color: 5312665.

HSL color Cylindrical-coordinate representation of color #991051: hue angle of 331.53º degrees, saturation: 0.81, 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 #991051 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.4.

Color convert

RGB1531681-
CMYK00.900.470.4
HSL331.53º81.07%33.14%-
HSV(B)331.53º89.54%60%-
XYZ14.817.748.5-
YUV64.37137.39191.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 61.2%
GREEN value IS 16 (6.64% from 255) = 6.4%
BLUE value IS 81 (32.03% from 255) = 32.4%
R=61.2%
G=6.4%
B=32.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.47
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153168100.900.470.4331.5381.0733.14
Hex99105105A2F2814c5121
Octal231201210132575051412141
Binary10011001100001010001010110101011111010001010011001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991051; }

 p { color: rgb(153,16,81); }

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

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

 a { background-color: rgb(153,16,81); }

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

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

 span { border-color: rgb(153,16,81); }

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