#B50D4C

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

Shades of Jazzberry Jam #B50D4C

Tints of Jazzberry Jam #B50D4C

Color information

#B50D4C (or 0xB50D4C) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 0D and 4C. RGB value is (181,13,76). Sum of RGB (Red+Green+Blue) = 181+13+76=270 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.04% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 181 - color contains mainly: red. Hex color #B50D4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50D4C is #4AF2B3. Grayscale: #464646. Windows color (decimal): -4911796 or 4984245. OLE color: 4984245.

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

Color convert

RGB1811376-
CMYK00.930.580.29
HSL337.5º86.6%38.04%-
HSV(B)337.5º92.82%70.98%-
XYZ20.510.637.81-
YUV70.41131.16206.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 67.04%
GREEN value IS 13 (5.47% from 255) = 4.81%
BLUE value IS 76 (30.08% from 255) = 28.15%
R=67.04%
G=4.81%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181137600.930.580.29337.586.638.04
HexB5D4C05D3A1D1525726
Octal265151140135723552212746
Binary101101011101100110001011101111010111011010100101010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50D4C; }

 p { color: rgb(181,13,76); }

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

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

 a { background-color: rgb(181,13,76); }

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

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

 span { border-color: rgb(181,13,76); }

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