#B10544

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

Shades of Jazzberry Jam #B10544

Tints of Jazzberry Jam #B10544

Color information

#B10544 (or 0xB10544) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 05 and 44. RGB value is (177,5,68). Sum of RGB (Red+Green+Blue) = 177+5+68=250 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.8% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 68 (26.95% from 255 or 27.2% from 250); Max value from RGB is 177 - color contains mainly: red. Hex color #B10544 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10544 is #4EFABB. Grayscale: #3F3F3F. Windows color (decimal): -5175996 or 4457905. OLE color: 4457905.

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

Color convert

RGB177568-
CMYK00.970.620.31
HSL338.02º94.51%35.69%-
HSV(B)338.02º97.18%69.41%-
XYZ19.239.876.36-
YUV63.61130.48208.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 70.8%
GREEN value IS 5 (2.34% from 255) = 2%
BLUE value IS 68 (26.95% from 255) = 27.2%
R=70.8%
G=2%
B=27.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17756800.970.620.31338.0294.5135.69
HexB15440613E1F1525f24
Octal26151040141763752213744
Binary10110001101100010001100001111110111111010100101011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10544; }

 p { color: rgb(177,5,68); }

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

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

 a { background-color: rgb(177,5,68); }

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

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

 span { border-color: rgb(177,5,68); }

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