#B41550

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

Shades of Jazzberry Jam #B41550

Tints of Jazzberry Jam #B41550

Color information

#B41550 (or 0xB41550) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 15 and 50. RGB value is (180,21,80). Sum of RGB (Red+Green+Blue) = 180+21+80=281 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.06% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 180 - color contains mainly: red. Hex color #B41550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41550 is #4BEAAF. Grayscale: #4B4B4B. Windows color (decimal): -4975280 or 5248436. OLE color: 5248436.

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

Color convert

RGB1802180-
CMYK00.880.560.29
HSL337.74º79.1%39.41%-
HSV(B)337.74º88.33%70.59%-
XYZ20.5410.828.6-
YUV75.27130.68202.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 64.06%
GREEN value IS 21 (8.59% from 255) = 7.47%
BLUE value IS 80 (31.64% from 255) = 28.47%
R=64.06%
G=7.47%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180218000.880.560.29337.7479.139.41
HexB41550058381D1524f27
Octal264251200130703552211747
Binary1011010010101101000001011000111000111011010100101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41550; }

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

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

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

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

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

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

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

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