#991b6c

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

Shades of Jazzberry Jam #991B6C

Tints of Jazzberry Jam #991B6C

Color information

#991B6C (or 0x991B6C) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 1B and 6C. RGB value is (153,27,108). Sum of RGB (Red+Green+Blue) = 153+27+108=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 27 (10.94% from 255 or 9.38% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #991B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991B6C is #66E493. Grayscale: #494949. Windows color (decimal): -6743188 or 7084953. OLE color: 7084953.

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

Color convert

RGB15327108-
CMYK00.820.290.4
HSL321.43º70%35.29%-
HSV(B)321.43º82.35%60%-
XYZ16.248.6415-
YUV73.91147.24184.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.12%
GREEN value IS 27 (10.94% from 255) = 9.38%
BLUE value IS 108 (42.58% from 255) = 37.5%
R=53.12%
G=9.38%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532710800.820.290.4321.437035.29
Hex991B6C0521D281414623
Octal231331540122355050110643
Binary1001100111011110110001010010111011010001010000011000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991b6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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