#B71B5D

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

Shades of Jazzberry Jam #B71B5D

Tints of Jazzberry Jam #B71B5D

Color information

#B71B5D (or 0xB71B5D) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 1B and 5D. RGB value is (183,27,93). Sum of RGB (Red+Green+Blue) = 183+27+93=303 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.40% from 303); Green value is 27 (10.94% from 255 or 8.91% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 183 - color contains mainly: red. Hex color #B71B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71B5D is #48E4A2. Grayscale: #515151. Windows color (decimal): -4777123 or 6101943. OLE color: 6101943.

HSL color Cylindrical-coordinate representation of color #B71B5D: hue angle of 334.62º degrees, saturation: 0.74, 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 #B71B5D is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB1832793-
CMYK00.850.490.28
HSL334.62º74.29%41.18%-
HSV(B)334.62º85.25%71.76%-
XYZ21.911.6411.45-
YUV81.17134.68200.63-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60.40%
GREEN value IS 27 (10.94% from 255) = 8.91%
BLUE value IS 93 (36.72% from 255) = 30.69%
R=60.40%
G=8.91%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183279300.850.490.28334.6274.2941.18
HexB71B5D055311C14f4a29
Octal267331350125613451711251
Binary1011011111011101110101010101110001111001010011111001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71B5D; }

 p { color: rgb(183,27,93); }

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

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

 a { background-color: rgb(183,27,93); }

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

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

 span { border-color: rgb(183,27,93); }

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