#B41557

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

Shades of Jazzberry Jam #B41557

Tints of Jazzberry Jam #B41557

Color information

#B41557 (or 0xB41557) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 15 and 57. RGB value is (180,21,87). Sum of RGB (Red+Green+Blue) = 180+21+87=288 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.5% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 87 (34.38% from 255 or 30.21% from 288); Max value from RGB is 180 - color contains mainly: red. Hex color #B41557 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41557 is #4BEAA8. Grayscale: #4B4B4B. Windows color (decimal): -4975273 or 5707188. OLE color: 5707188.

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

Color convert

RGB1802187-
CMYK00.880.520.29
HSL335.09º79.1%39.41%-
HSV(B)335.09º88.33%70.59%-
XYZ20.8110.9310.03-
YUV76.07134.18202.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.5%
GREEN value IS 21 (8.59% from 255) = 7.29%
BLUE value IS 87 (34.38% from 255) = 30.21%
R=62.5%
G=7.29%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180218700.880.520.29335.0979.139.41
HexB41557058341D14f4f27
Octal264251270130643551711747
Binary1011010010101101011101011000110100111011010011111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41557; }

 p { color: rgb(180,21,87); }

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

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

 a { background-color: rgb(180,21,87); }

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

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

 span { border-color: rgb(180,21,87); }

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