#B50F51

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

Shades of Jazzberry Jam #B50F51

Tints of Jazzberry Jam #B50F51

Color information

#B50F51 (or 0xB50F51) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 0F and 51. RGB value is (181,15,81). Sum of RGB (Red+Green+Blue) = 181+15+81=277 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.34% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 181 - color contains mainly: red. Hex color #B50F51 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50F51 is #4AF0AE. Grayscale: #484848. Windows color (decimal): -4911279 or 5312437. OLE color: 5312437.

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

Color convert

RGB1811581-
CMYK00.920.550.29
HSL336.14º84.69%38.43%-
HSV(B)336.14º91.71%70.98%-
XYZ20.7110.768.77-
YUV72.16133205.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 65.34%
GREEN value IS 15 (6.25% from 255) = 5.42%
BLUE value IS 81 (32.03% from 255) = 29.24%
R=65.34%
G=5.42%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181158100.920.550.29336.1484.6938.43
HexB5F5105C371D1505526
Octal265171210134673552012546
Binary101101011111101000101011100110111111011010100001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50F51; }

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

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

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

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

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

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

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

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