#B11563

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

Shades of Jazzberry Jam #B11563

Tints of Jazzberry Jam #B11563

Color information

#B11563 (or 0xB11563) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 15 and 63. RGB value is (177,21,99). Sum of RGB (Red+Green+Blue) = 177+21+99=297 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.60% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 177 - color contains mainly: red. Hex color #B11563 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11563 is #4EEA9C. Grayscale: #4C4C4C. Windows color (decimal): -5171869 or 6493617. OLE color: 6493617.

HSL color Cylindrical-coordinate representation of color #B11563: hue angle of 330º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B11563 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB1772199-
CMYK00.880.440.31
HSL330º78.79%38.82%-
HSV(B)330º88.14%69.41%-
XYZ20.6510.7812.8-
YUV76.54140.68199.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59.60%
GREEN value IS 21 (8.59% from 255) = 7.07%
BLUE value IS 99 (39.06% from 255) = 33.33%
R=59.60%
G=7.07%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177219900.880.440.3133078.7938.82
HexB115630582C1F14a4f27
Octal261251430130543751211747
Binary1011000110101110001101011000101100111111010010101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11563; }

 p { color: rgb(177,21,99); }

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

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

 a { background-color: rgb(177,21,99); }

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

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

 span { border-color: rgb(177,21,99); }

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