#B41752

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

Shades of Jazzberry Jam #B41752

Tints of Jazzberry Jam #B41752

Color information

#B41752 (or 0xB41752) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 17 and 52. RGB value is (180,23,82). Sum of RGB (Red+Green+Blue) = 180+23+82=285 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.16% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 180 - color contains mainly: red. Hex color #B41752 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41752 is #4BE8AD. Grayscale: #4C4C4C. Windows color (decimal): -4974766 or 5380020. OLE color: 5380020.

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

Color convert

RGB1802382-
CMYK00.870.540.29
HSL337.45º77.34%39.8%-
HSV(B)337.45º87.22%70.59%-
XYZ20.6510.939-
YUV76.67131.01201.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 63.16%
GREEN value IS 23 (9.38% from 255) = 8.07%
BLUE value IS 82 (32.42% from 255) = 28.77%
R=63.16%
G=8.07%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180238200.870.540.29337.4577.3439.8
HexB41752057361D1514d28
Octal264271220127663552111550
Binary1011010010111101001001010111110110111011010100011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41752; }

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

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

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

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

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

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

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

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