#B00571

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

Shades of Jazzberry Jam #B00571

Tints of Jazzberry Jam #B00571

Color information

#B00571 (or 0xB00571) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 05 and 71. RGB value is (176,5,113). Sum of RGB (Red+Green+Blue) = 176+5+113=294 (38% of max value = 765). Red value is 176 (69.14% from 255 or 59.86% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 113 (44.53% from 255 or 38.44% from 294); Max value from RGB is 176 - color contains mainly: red. Hex color #B00571 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00571 is #4FFA8E. Grayscale: #444444. Windows color (decimal): -5241487 or 7407024. OLE color: 7407024.

HSL color Cylindrical-coordinate representation of color #B00571: hue angle of 322.11º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B00571 is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB1765113-
CMYK00.970.360.31
HSL322.11º94.48%35.49%-
HSV(B)322.11º97.16%69.02%-
XYZ20.9410.5316.55-
YUV68.44153.15204.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 59.86%
GREEN value IS 5 (2.34% from 255) = 1.70%
BLUE value IS 113 (44.53% from 255) = 38.44%
R=59.86%
G=1.70%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176511300.970.360.31322.1194.4835.49
HexB0571061241F1425e23
Octal26051610141443750213643
Binary10110000101111000101100001100100111111010000101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00571; }

 p { color: rgb(176,5,113); }

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

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

 a { background-color: rgb(176,5,113); }

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

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

 span { border-color: rgb(176,5,113); }

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