#b71d5f

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

Shades of Jazzberry Jam #B71D5F

Tints of Jazzberry Jam #B71D5F

Color information

#B71D5F (or 0xB71D5F) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 1D and 5F. RGB value is (183,29,95). Sum of RGB (Red+Green+Blue) = 183+29+95=307 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.61% from 307); Green value is 29 (11.72% from 255 or 9.45% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 183 - color contains mainly: red. Hex color #B71D5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71D5F is #48E2A0. Grayscale: #525252. Windows color (decimal): -4776609 or 6233527. OLE color: 6233527.

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

Color convert

RGB1832995-
CMYK00.840.480.28
HSL334.29º72.64%41.57%-
HSV(B)334.29º84.15%71.76%-
XYZ22.0311.7711.94-
YUV82.57135.02199.63-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 59.61%
GREEN value IS 29 (11.72% from 255) = 9.45%
BLUE value IS 95 (37.5% from 255) = 30.94%
R=59.61%
G=9.45%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183299500.840.480.28334.2972.6441.57
HexB71D5F054301C14e492a
Octal267351370124603451611152
Binary1011011111101101111101010100110000111001010011101001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b71d5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b71d5f; }

 p { color: rgb(183,29,95); }

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

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

 a { background-color: rgb(183,29,95); }

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

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

 span { border-color: rgb(183,29,95); }

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