#B71C60

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

Shades of Jazzberry Jam #B71C60

Tints of Jazzberry Jam #B71C60

Color information

#B71C60 (or 0xB71C60) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 1C and 60. RGB value is (183,28,96). Sum of RGB (Red+Green+Blue) = 183+28+96=307 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.61% from 307); Green value is 28 (11.33% from 255 or 9.12% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71C60 is #48E39F. Grayscale: #515151. Windows color (decimal): -4776864 or 6298807. OLE color: 6298807.

HSL color Cylindrical-coordinate representation of color #B71C60: hue angle of 333.68º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B71C60 is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB1832896-
CMYK00.850.480.28
HSL333.68º73.46%41.37%-
HSV(B)333.68º84.7%71.76%-
XYZ22.0611.7412.17-
YUV82.1135.85199.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 59.61%
GREEN value IS 28 (11.33% from 255) = 9.12%
BLUE value IS 96 (37.89% from 255) = 31.27%
R=59.61%
G=9.12%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183289600.850.480.28333.6873.4641.37
HexB71C60055301C14e4929
Octal267341400125603451611151
Binary1011011111100110000001010101110000111001010011101001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71C60; }

 p { color: rgb(183,28,96); }

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

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

 a { background-color: rgb(183,28,96); }

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

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

 span { border-color: rgb(183,28,96); }

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