#B10A51

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

Shades of Jazzberry Jam #B10A51

Tints of Jazzberry Jam #B10A51

Color information

#B10A51 (or 0xB10A51) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 0A and 51. RGB value is (177,10,81). Sum of RGB (Red+Green+Blue) = 177+10+81=268 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.04% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 81 (32.03% from 255 or 30.22% from 268); Max value from RGB is 177 - color contains mainly: red. Hex color #B10A51 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10A51 is #4EF5AE. Grayscale: #434343. Windows color (decimal): -5174703 or 5311153. OLE color: 5311153.

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

Color convert

RGB1771081-
CMYK00.940.540.31
HSL334.49º89.3%36.67%-
HSV(B)334.49º94.35%69.41%-
XYZ19.7310.168.71-
YUV68.03135.33205.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 66.04%
GREEN value IS 10 (4.30% from 255) = 3.73%
BLUE value IS 81 (32.03% from 255) = 30.22%
R=66.04%
G=3.73%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177108100.940.540.31334.4989.336.67
HexB1A5105E361F14e5925
Octal261121210136663751613145
Binary101100011010101000101011110110110111111010011101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10A51; }

 p { color: rgb(177,10,81); }

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

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

 a { background-color: rgb(177,10,81); }

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

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

 span { border-color: rgb(177,10,81); }

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