#B41757

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

Shades of Jazzberry Jam #B41757

Tints of Jazzberry Jam #B41757

Color information

#B41757 (or 0xB41757) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 17 and 57. RGB value is (180,23,87). Sum of RGB (Red+Green+Blue) = 180+23+87=290 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.07% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 87 (34.38% from 255 or 30% from 290); Max value from RGB is 180 - color contains mainly: red. Hex color #B41757 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41757 is #4BE8A8. Grayscale: #4D4D4D. Windows color (decimal): -4974761 or 5707700. OLE color: 5707700.

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

Color convert

RGB1802387-
CMYK00.870.520.29
HSL335.54º77.34%39.8%-
HSV(B)335.54º87.22%70.59%-
XYZ20.851110.04-
YUV77.24133.51201.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.07%
GREEN value IS 23 (9.38% from 255) = 7.93%
BLUE value IS 87 (34.38% from 255) = 30%
R=62.07%
G=7.93%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180238700.870.520.29335.5477.3439.8
HexB41757057341D1504d28
Octal264271270127643552011550
Binary1011010010111101011101010111110100111011010100001001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41757; }

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

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

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

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

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

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

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

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