#B10542

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

Shades of Jazzberry Jam #B10542

Tints of Jazzberry Jam #B10542

Color information

#B10542 (or 0xB10542) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 05 and 42. RGB value is (177,5,66). Sum of RGB (Red+Green+Blue) = 177+5+66=248 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.37% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 177 - color contains mainly: red. Hex color #B10542 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10542 is #4EFABD. Grayscale: #3F3F3F. Windows color (decimal): -5175998 or 4326833. OLE color: 4326833.

HSL color Cylindrical-coordinate representation of color #B10542: hue angle of 338.72º 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 #B10542 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB177566-
CMYK00.970.630.31
HSL338.72º94.51%35.69%-
HSV(B)338.72º97.18%69.41%-
XYZ19.179.856.04-
YUV63.38129.48209.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 71.37%
GREEN value IS 5 (2.34% from 255) = 2.02%
BLUE value IS 66 (26.17% from 255) = 26.61%
R=71.37%
G=2.02%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17756600.970.630.31338.7294.5135.69
HexB15420613F1F1535f24
Octal26151020141773752313744
Binary10110001101100001001100001111111111111010100111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10542; }

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

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

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

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

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

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

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

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