#B71A57

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

Shades of Jazzberry Jam #B71A57

Tints of Jazzberry Jam #B71A57

Color information

#B71A57 (or 0xB71A57) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 1A and 57. RGB value is (183,26,87). Sum of RGB (Red+Green+Blue) = 183+26+87=296 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.82% from 296); Green value is 26 (10.55% from 255 or 8.78% from 296); Blue value is 87 (34.38% from 255 or 29.39% from 296); Max value from RGB is 183 - color contains mainly: red. Hex color #B71A57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71A57 is #48E5A8. Grayscale: #4F4F4F. Windows color (decimal): -4777385 or 5708471. OLE color: 5708471.

HSL color Cylindrical-coordinate representation of color #B71A57: hue angle of 336.69º 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 #B71A57 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB1832687-
CMYK00.860.520.28
HSL336.69º75.12%40.98%-
HSV(B)336.69º85.79%71.76%-
XYZ21.6211.4910.1-
YUV79.9132.01201.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 61.82%
GREEN value IS 26 (10.55% from 255) = 8.78%
BLUE value IS 87 (34.38% from 255) = 29.39%
R=61.82%
G=8.78%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183268700.860.520.28336.6975.1240.98
HexB71A57056341C1514b29
Octal267321270126643452111351
Binary1011011111010101011101010110110100111001010100011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71A57; }

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

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

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

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

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

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

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

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