#b71f60

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

Shades of Jazzberry Jam #B71F60

Tints of Jazzberry Jam #B71F60

Color information

#B71F60 (or 0xB71F60) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 1F and 60. RGB value is (183,31,96). Sum of RGB (Red+Green+Blue) = 183+31+96=310 (41% of max value = 765). Red value is 183 (71.88% from 255 or 59.03% from 310); Green value is 31 (12.5% from 255 or 10% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 183 - color contains mainly: red. Hex color #B71F60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71F60 is #48E09F. Grayscale: #535353. Windows color (decimal): -4776096 or 6299575. OLE color: 6299575.

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

Color convert

RGB1833196-
CMYK00.830.480.28
HSL334.34º71.03%41.96%-
HSV(B)334.34º83.06%71.76%-
XYZ22.1311.8912.2-
YUV83.86134.86198.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 59.03%
GREEN value IS 31 (12.5% from 255) = 10%
BLUE value IS 96 (37.89% from 255) = 30.97%
R=59.03%
G=10%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183319600.830.480.28334.3471.0341.96
HexB71F60053301C14e472a
Octal267371400123603451610752
Binary1011011111111110000001010011110000111001010011101000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b71f60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b71f60; }

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

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

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

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

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

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

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

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