#B11C5A

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

Shades of Jazzberry Jam #B11C5A

Tints of Jazzberry Jam #B11C5A

Color information

#B11C5A (or 0xB11C5A) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 1C and 5A. RGB value is (177,28,90). Sum of RGB (Red+Green+Blue) = 177+28+90=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B11C5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11C5A is #4EE3A5. Grayscale: #4F4F4F. Windows color (decimal): -5170086 or 5905585. OLE color: 5905585.

HSL color Cylindrical-coordinate representation of color #B11C5A: hue angle of 335.03º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B11C5A is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB1772890-
CMYK00.840.490.31
HSL335.03º72.68%40.2%-
HSV(B)335.03º84.18%69.41%-
XYZ20.3910.9210.71-
YUV79.62133.86197.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60%
GREEN value IS 28 (11.33% from 255) = 9.49%
BLUE value IS 90 (35.55% from 255) = 30.51%
R=60%
G=9.49%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177289000.840.490.31335.0372.6840.2
HexB11C5A054311F14f4928
Octal261341320124613751711150
Binary1011000111100101101001010100110001111111010011111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11C5A; }

 p { color: rgb(177,28,90); }

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

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

 a { background-color: rgb(177,28,90); }

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

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

 span { border-color: rgb(177,28,90); }

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