#B71157

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

Shades of Jazzberry Jam #B71157

Tints of Jazzberry Jam #B71157

Color information

#B71157 (or 0xB71157) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 11 and 57. RGB value is (183,17,87). Sum of RGB (Red+Green+Blue) = 183+17+87=287 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.76% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 87 (34.38% from 255 or 30.31% from 287); Max value from RGB is 183 - color contains mainly: red. Hex color #B71157 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71157 is #48EEA8. Grayscale: #4A4A4A. Windows color (decimal): -4779689 or 5706167. OLE color: 5706167.

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

Color convert

RGB1831787-
CMYK00.910.520.28
HSL334.7º83%39.22%-
HSV(B)334.7º90.71%71.76%-
XYZ21.4511.1610.04-
YUV74.61135205.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 63.76%
GREEN value IS 17 (7.03% from 255) = 5.92%
BLUE value IS 87 (34.38% from 255) = 30.31%
R=63.76%
G=5.92%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183178700.910.520.28334.78339.22
HexB7115705B341C14f5327
Octal267211270133643451712347
Binary1011011110001101011101011011110100111001010011111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71157; }

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

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

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

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

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

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

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

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