#B71A56

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

Shades of Jazzberry Jam #B71A56

Tints of Jazzberry Jam #B71A56

Color information

#B71A56 (or 0xB71A56) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 1A and 56. RGB value is (183,26,86). Sum of RGB (Red+Green+Blue) = 183+26+86=295 (39% of max value = 765). Red value is 183 (71.88% from 255 or 62.03% from 295); Green value is 26 (10.55% from 255 or 8.81% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 183 - color contains mainly: red. Hex color #B71A56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71A56 is #48E5A9. Grayscale: #4F4F4F. Windows color (decimal): -4777386 or 5642935. OLE color: 5642935.

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

Color convert

RGB1832686-
CMYK00.860.530.28
HSL337.07º75.12%40.98%-
HSV(B)337.07º85.79%71.76%-
XYZ21.5811.489.88-
YUV79.78131.51201.62-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 62.03%
GREEN value IS 26 (10.55% from 255) = 8.81%
BLUE value IS 86 (33.98% from 255) = 29.15%
R=62.03%
G=8.81%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183268600.860.530.28337.0775.1240.98
HexB71A56056351C1514b29
Octal267321260126653452111351
Binary1011011111010101011001010110110101111001010100011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71A56; }

 p { color: rgb(183,26,86); }

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

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

 a { background-color: rgb(183,26,86); }

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

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

 span { border-color: rgb(183,26,86); }

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