#B51261

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

Shades of Jazzberry Jam #B51261

Tints of Jazzberry Jam #B51261

Color information

#B51261 (or 0xB51261) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 12 and 61. RGB value is (181,18,97). Sum of RGB (Red+Green+Blue) = 181+18+97=296 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.15% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 181 - color contains mainly: red. Hex color #B51261 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51261 is #4AED9E. Grayscale: #4B4B4B. Windows color (decimal): -4910495 or 6361781. OLE color: 6361781.

HSL color Cylindrical-coordinate representation of color #B51261: hue angle of 330.92º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B51261 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB1811897-
CMYK00.900.460.29
HSL330.92º81.91%39.02%-
HSV(B)330.92º90.06%70.98%-
XYZ21.4311.1212.33-
YUV75.74140203.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.15%
GREEN value IS 18 (7.42% from 255) = 6.08%
BLUE value IS 97 (38.28% from 255) = 32.77%
R=61.15%
G=6.08%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181189700.900.460.29330.9281.9139.02
HexB5126105A2E1D14b5227
Octal265221410132563551312247
Binary1011010110010110000101011010101110111011010010111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51261; }

 p { color: rgb(181,18,97); }

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

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

 a { background-color: rgb(181,18,97); }

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

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

 span { border-color: rgb(181,18,97); }

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