#B11C5C

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

Shades of Jazzberry Jam #B11C5C

Tints of Jazzberry Jam #B11C5C

Color information

#B11C5C (or 0xB11C5C) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 1C and 5C. RGB value is (177,28,92). Sum of RGB (Red+Green+Blue) = 177+28+92=297 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.60% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 177 - color contains mainly: red. Hex color #B11C5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11C5C is #4EE3A3. Grayscale: #4F4F4F. Windows color (decimal): -5170084 or 6036657. OLE color: 6036657.

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

Color convert

RGB1772892-
CMYK00.840.480.31
HSL334.23º72.68%40.2%-
HSV(B)334.23º84.18%69.41%-
XYZ20.4810.9511.16-
YUV79.85134.86197.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59.60%
GREEN value IS 28 (11.33% from 255) = 9.43%
BLUE value IS 92 (36.33% from 255) = 30.98%
R=59.60%
G=9.43%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177289200.840.480.31334.2372.6840.2
HexB11C5C054301F14e4928
Octal261341340124603751611150
Binary1011000111100101110001010100110000111111010011101001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11C5C; }

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

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

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

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

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

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

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

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