#991C5F

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

Shades of Jazzberry Jam #991C5F

Tints of Jazzberry Jam #991C5F

Color information

#991C5F (or 0x991C5F) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 1C and 5F. RGB value is (153,28,95). Sum of RGB (Red+Green+Blue) = 153+28+95=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 28 (11.33% from 255 or 10.14% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #991C5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991C5F is #66E3A0. Grayscale: #484848. Windows color (decimal): -6742945 or 6233241. OLE color: 6233241.

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

Color convert

RGB1532895-
CMYK00.820.380.4
HSL327.84º69.06%35.49%-
HSV(B)327.84º81.7%60%-
XYZ15.628.4311.63-
YUV73.01140.41185.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.43%
GREEN value IS 28 (11.33% from 255) = 10.14%
BLUE value IS 95 (37.5% from 255) = 34.42%
R=55.43%
G=10.14%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153289500.820.380.4327.8469.0635.49
Hex991C5F05226281484523
Octal231341370122465051010543
Binary10011001111001011111010100101001101010001010010001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,28,95); }

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

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

 a { background-color: rgb(153,28,95); }

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

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

 span { border-color: rgb(153,28,95); }

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