#991A6D

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

Shades of Jazzberry Jam #991A6D

Tints of Jazzberry Jam #991A6D

Color information

#991A6D (or 0x991A6D) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 1A and 6D. RGB value is (153,26,109). Sum of RGB (Red+Green+Blue) = 153+26+109=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 26 (10.55% from 255 or 9.03% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #991A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991A6D is #66E592. Grayscale: #494949. Windows color (decimal): -6743443 or 7150233. OLE color: 7150233.

HSL color Cylindrical-coordinate representation of color #991A6D: hue angle of 320.79º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #991A6D is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB15326109-
CMYK00.830.290.4
HSL320.79º70.95%35.1%-
HSV(B)320.79º83.01%60%-
XYZ16.278.6215.27-
YUV73.44148.08184.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.12%
GREEN value IS 26 (10.55% from 255) = 9.03%
BLUE value IS 109 (42.97% from 255) = 37.85%
R=53.12%
G=9.03%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532610900.830.290.4320.7970.9535.1
Hex991A6D0531D281414723
Octal231321550123355050110743
Binary1001100111010110110101010011111011010001010000011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991A6D; }

 p { color: rgb(153,26,109); }

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

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

 a { background-color: rgb(153,26,109); }

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

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

 span { border-color: rgb(153,26,109); }

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