#991A6C

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

Shades of Jazzberry Jam #991A6C

Tints of Jazzberry Jam #991A6C

Color information

#991A6C (or 0x991A6C) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 1A and 6C. RGB value is (153,26,108). Sum of RGB (Red+Green+Blue) = 153+26+108=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #991A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991A6C is #66E593. Grayscale: #494949. Windows color (decimal): -6743444 or 7084697. OLE color: 7084697.

HSL color Cylindrical-coordinate representation of color #991A6C: hue angle of 321.26º 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 #991A6C is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB15326108-
CMYK00.830.290.4
HSL321.26º70.95%35.1%-
HSV(B)321.26º83.01%60%-
XYZ16.218.5914.99-
YUV73.32147.58184.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.31%
GREEN value IS 26 (10.55% from 255) = 9.06%
BLUE value IS 108 (42.58% from 255) = 37.63%
R=53.31%
G=9.06%
B=37.63%

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
Decimal1532610800.830.290.4321.2670.9535.1
Hex991A6C0531D281414723
Octal231321540123355050110743
Binary1001100111010110110001010011111011010001010000011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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