#B41756

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

Shades of Jazzberry Jam #B41756

Tints of Jazzberry Jam #B41756

Color information

#B41756 (or 0xB41756) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 17 and 56. RGB value is (180,23,86). Sum of RGB (Red+Green+Blue) = 180+23+86=289 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.28% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 86 (33.98% from 255 or 29.76% from 289); Max value from RGB is 180 - color contains mainly: red. Hex color #B41756 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41756 is #4BE8A9. Grayscale: #4D4D4D. Windows color (decimal): -4974762 or 5642164. OLE color: 5642164.

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

Color convert

RGB1802386-
CMYK00.870.520.29
HSL335.92º77.34%39.8%-
HSV(B)335.92º87.22%70.59%-
XYZ20.8110.999.83-
YUV77.12133.01201.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.28%
GREEN value IS 23 (9.38% from 255) = 7.96%
BLUE value IS 86 (33.98% from 255) = 29.76%
R=62.28%
G=7.96%
B=29.76%

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
Decimal180238600.870.520.29335.9277.3439.8
HexB41756057341D1504d28
Octal264271260127643552011550
Binary1011010010111101011001010111110100111011010100001001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41756; }

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

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

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

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

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

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

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

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