#B11572

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

Shades of Jazzberry Jam #B11572

Tints of Jazzberry Jam #B11572

Color information

#B11572 (or 0xB11572) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 15 and 72. RGB value is (177,21,114). Sum of RGB (Red+Green+Blue) = 177+21+114=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B11572 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11572 is #4EEA8D. Grayscale: #4E4E4E. Windows color (decimal): -5171854 or 7476657. OLE color: 7476657.

HSL color Cylindrical-coordinate representation of color #B11572: hue angle of 324.23º 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 #B11572 is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB17721114-
CMYK00.880.360.31
HSL324.23º78.79%38.82%-
HSV(B)324.23º88.14%69.41%-
XYZ21.4411.116.93-
YUV78.25148.18198.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.73%
GREEN value IS 21 (8.59% from 255) = 6.73%
BLUE value IS 114 (44.92% from 255) = 36.54%
R=56.73%
G=6.73%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772111400.880.360.31324.2378.7938.82
HexB11572058241F1444f27
Octal261251620130443750411747
Binary1011000110101111001001011000100100111111010001001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11572; }

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

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

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

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

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

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

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

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