#B41A57

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

Shades of Jazzberry Jam #B41A57

Tints of Jazzberry Jam #B41A57

Color information

#B41A57 (or 0xB41A57) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 1A and 57. RGB value is (180,26,87). Sum of RGB (Red+Green+Blue) = 180+26+87=293 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.43% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 87 (34.38% from 255 or 29.69% from 293); Max value from RGB is 180 - color contains mainly: red. Hex color #B41A57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41A57 is #4BE5A8. Grayscale: #4E4E4E. Windows color (decimal): -4973993 or 5708468. OLE color: 5708468.

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

Color convert

RGB1802687-
CMYK00.860.520.29
HSL336.23º74.76%40.39%-
HSV(B)336.23º85.56%70.59%-
XYZ20.9111.1310.06-
YUV79132.52200.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.43%
GREEN value IS 26 (10.55% from 255) = 8.87%
BLUE value IS 87 (34.38% from 255) = 29.69%
R=61.43%
G=8.87%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180268700.860.520.29336.2374.7640.39
HexB41A57056341D1504b28
Octal264321270126643552011350
Binary1011010011010101011101010110110100111011010100001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41A57; }

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

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

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

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

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

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

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

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