#991D6A

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

Shades of Jazzberry Jam #991D6A

Tints of Jazzberry Jam #991D6A

Color information

#991D6A (or 0x991D6A) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 1D and 6A. RGB value is (153,29,106). Sum of RGB (Red+Green+Blue) = 153+29+106=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 29 (11.72% from 255 or 10.07% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #991D6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991D6A is #66E295. Grayscale: #4A4A4A. Windows color (decimal): -6742678 or 6954393. OLE color: 6954393.

HSL color Cylindrical-coordinate representation of color #991D6A: hue angle of 322.74º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #991D6A is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB15329106-
CMYK00.810.310.4
HSL322.74º68.13%35.69%-
HSV(B)322.74º81.05%60%-
XYZ16.188.6914.46-
YUV74.85145.58183.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.12%
GREEN value IS 29 (11.72% from 255) = 10.07%
BLUE value IS 106 (41.80% from 255) = 36.81%
R=53.12%
G=10.07%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532910600.810.310.4322.7468.1335.69
Hex991D6A0511F281434424
Octal231351520121375050310444
Binary1001100111101110101001010001111111010001010000111000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,29,106); }

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

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

 a { background-color: rgb(153,29,106); }

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

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

 span { border-color: rgb(153,29,106); }

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