#B41571

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

Shades of Jazzberry Jam #B41571

Tints of Jazzberry Jam #B41571

Color information

#B41571 (or 0xB41571) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 15 and 71. RGB value is (180,21,113). Sum of RGB (Red+Green+Blue) = 180+21+113=314 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.32% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 180 - color contains mainly: red. Hex color #B41571 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41571 is #4BEA8E. Grayscale: #4E4E4E. Windows color (decimal): -4975247 or 7411124. OLE color: 7411124.

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

Color convert

RGB18021113-
CMYK00.880.370.29
HSL325.28º79.1%39.41%-
HSV(B)325.28º88.33%70.59%-
XYZ22.0711.4316.67-
YUV79.03147.18200.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.32%
GREEN value IS 21 (8.59% from 255) = 6.69%
BLUE value IS 113 (44.53% from 255) = 35.99%
R=57.32%
G=6.69%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1802111300.880.370.29325.2879.139.41
HexB41571058251D1454f27
Octal264251610130453550511747
Binary1011010010101111000101011000100101111011010001011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41571; }

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

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

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

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

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

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

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

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