#B71357

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

Shades of Jazzberry Jam #B71357

Tints of Jazzberry Jam #B71357

Color information

#B71357 (or 0xB71357) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 13 and 57. RGB value is (183,19,87). Sum of RGB (Red+Green+Blue) = 183+19+87=289 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.32% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 87 (34.38% from 255 or 30.10% from 289); Max value from RGB is 183 - color contains mainly: red. Hex color #B71357 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71357 is #48ECA8. Grayscale: #4B4B4B. Windows color (decimal): -4779177 or 5706679. OLE color: 5706679.

HSL color Cylindrical-coordinate representation of color #B71357: hue angle of 335.12º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B71357 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB1831987-
CMYK00.900.520.28
HSL335.12º81.19%39.61%-
HSV(B)335.12º89.62%71.76%-
XYZ21.4811.2210.05-
YUV75.79134.33204.47-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 63.32%
GREEN value IS 19 (7.81% from 255) = 6.57%
BLUE value IS 87 (34.38% from 255) = 30.10%
R=63.32%
G=6.57%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183198700.900.520.28335.1281.1939.61
HexB7135705A341C14f5128
Octal267231270132643451712150
Binary1011011110011101011101011010110100111001010011111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71357; }

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

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

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

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

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

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

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

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