#991B5B

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

Shades of Jazzberry Jam #991B5B

Tints of Jazzberry Jam #991B5B

Color information

#991B5B (or 0x991B5B) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 1B and 5B. RGB value is (153,27,91). Sum of RGB (Red+Green+Blue) = 153+27+91=271 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.46% from 271); Green value is 27 (10.94% from 255 or 9.96% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 153 - color contains mainly: red. Hex color #991B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991B5B is #66E4A4. Grayscale: #474747. Windows color (decimal): -6743205 or 5970841. OLE color: 5970841.

HSL color Cylindrical-coordinate representation of color #991B5B: hue angle of 329.52º degrees, saturation: 0.7, 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 #991B5B is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB1532791-
CMYK00.820.410.4
HSL329.52º70%35.29%-
HSV(B)329.52º82.35%60%-
XYZ15.428.3110.69-
YUV71.97138.74185.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.46%
GREEN value IS 27 (10.94% from 255) = 9.96%
BLUE value IS 91 (35.94% from 255) = 33.58%
R=56.46%
G=9.96%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153279100.820.410.4329.527035.29
Hex991B5B052292814a4623
Octal231331330122515051210643
Binary10011001110111011011010100101010011010001010010101000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,27,91); }

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

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

 a { background-color: rgb(153,27,91); }

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

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

 span { border-color: rgb(153,27,91); }

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