#911B63

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

Shades of Jazzberry Jam #911B63

Tints of Jazzberry Jam #911B63

Color information

#911B63 (or 0x911B63) is unknown color: approx Jazzberry Jam. HEX triplet: 91, 1B and 63. RGB value is (145,27,99). Sum of RGB (Red+Green+Blue) = 145+27+99=271 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.51% from 271); Green value is 27 (10.94% from 255 or 9.96% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 145 - color contains mainly: red. Hex color #911B63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #911B63 is #6EE49C. Grayscale: #464646. Windows color (decimal): -7267485 or 6495121. OLE color: 6495121.

HSL color Cylindrical-coordinate representation of color #911B63: hue angle of 323.39º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #911B63 is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB1452799-
CMYK00.810.320.43
HSL323.39º68.6%33.73%-
HSV(B)323.39º81.38%56.86%-
XYZ14.327.712.54-
YUV70.49144.09181.15-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 53.51%
GREEN value IS 27 (10.94% from 255) = 9.96%
BLUE value IS 99 (39.06% from 255) = 36.53%
R=53.51%
G=9.96%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145279900.810.320.43323.3968.633.73
Hex911B63051202B1434522
Octal221331430121405350310542
Binary10010001110111100011010100011000001010111010000111000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911B63; }

 p { color: rgb(145,27,99); }

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

<style>
 a { background-color: #911B63; }

 a { background-color: rgb(145,27,99); }

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

<style>
 span { border-color: #911B63; }

 span { border-color: rgb(145,27,99); }

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