#B51A56

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

Shades of Jazzberry Jam #B51A56

Tints of Jazzberry Jam #B51A56

Color information

#B51A56 (or 0xB51A56) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 1A and 56. RGB value is (181,26,86). Sum of RGB (Red+Green+Blue) = 181+26+86=293 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.77% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 86 (33.98% from 255 or 29.35% from 293); Max value from RGB is 181 - color contains mainly: red. Hex color #B51A56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B51A56 is #4AE5A9. Grayscale: #4F4F4F. Windows color (decimal): -4908458 or 5642933. OLE color: 5642933.

HSL color Cylindrical-coordinate representation of color #B51A56: hue angle of 336.77º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B51A56 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB1812686-
CMYK00.860.520.29
HSL336.77º74.88%40.59%-
HSV(B)336.77º85.64%70.98%-
XYZ21.1111.239.86-
YUV79.18131.85200.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.77%
GREEN value IS 26 (10.55% from 255) = 8.87%
BLUE value IS 86 (33.98% from 255) = 29.35%
R=61.77%
G=8.87%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181268600.860.520.29336.7774.8840.59
HexB51A56056341D1514b29
Octal265321260126643552111351
Binary1011010111010101011001010110110100111011010100011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51A56; }

 p { color: rgb(181,26,86); }

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

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

 a { background-color: rgb(181,26,86); }

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

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

 span { border-color: rgb(181,26,86); }

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