#B11A62

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

Shades of Jazzberry Jam #B11A62

Tints of Jazzberry Jam #B11A62

Color information

#B11A62 (or 0xB11A62) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 1A and 62. RGB value is (177,26,98). Sum of RGB (Red+Green+Blue) = 177+26+98=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 98 (38.67% from 255 or 32.56% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B11A62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11A62 is #4EE59D. Grayscale: #4F4F4F. Windows color (decimal): -5170590 or 6429361. OLE color: 6429361.

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

Color convert

RGB1772698-
CMYK00.850.450.31
HSL331.39º74.38%39.8%-
HSV(B)331.39º85.31%69.41%-
XYZ20.7110.9712.58-
YUV79.36138.53197.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.80%
GREEN value IS 26 (10.55% from 255) = 8.64%
BLUE value IS 98 (38.67% from 255) = 32.56%
R=58.80%
G=8.64%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177269800.850.450.31331.3974.3839.8
HexB11A620552D1F14b4a28
Octal261321420125553751311250
Binary1011000111010110001001010101101101111111010010111001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11A62; }

 p { color: rgb(177,26,98); }

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

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

 a { background-color: rgb(177,26,98); }

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

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

 span { border-color: rgb(177,26,98); }

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