#B51151

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

Shades of Jazzberry Jam #B51151

Tints of Jazzberry Jam #B51151

Color information

#B51151 (or 0xB51151) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 11 and 51. RGB value is (181,17,81). Sum of RGB (Red+Green+Blue) = 181+17+81=279 (36% of max value = 765). Red value is 181 (71.09% from 255 or 64.87% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 81 (32.03% from 255 or 29.03% from 279); Max value from RGB is 181 - color contains mainly: red. Hex color #B51151 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51151 is #4AEEAE. Grayscale: #494949. Windows color (decimal): -4910767 or 5312949. OLE color: 5312949.

HSL color Cylindrical-coordinate representation of color #B51151: hue angle of 336.59º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B51151 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB1811781-
CMYK00.910.550.29
HSL336.59º82.83%38.82%-
HSV(B)336.59º90.61%70.98%-
XYZ20.7410.828.78-
YUV73.33132.33204.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 64.87%
GREEN value IS 17 (7.03% from 255) = 6.09%
BLUE value IS 81 (32.03% from 255) = 29.03%
R=64.87%
G=6.09%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181178100.910.550.29336.5982.8338.82
HexB5115105B371D1515327
Octal265211210133673552112347
Binary1011010110001101000101011011110111111011010100011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51151; }

 p { color: rgb(181,17,81); }

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

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

 a { background-color: rgb(181,17,81); }

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

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

 span { border-color: rgb(181,17,81); }

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