#B50C5F

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

Shades of Jazzberry Jam #B50C5F

Tints of Jazzberry Jam #B50C5F

Color information

#B50C5F (or 0xB50C5F) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 0C and 5F. RGB value is (181,12,95). Sum of RGB (Red+Green+Blue) = 181+12+95=288 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.85% from 288); Green value is 12 (5.08% from 255 or 4.17% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 181 - color contains mainly: red. Hex color #B50C5F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50C5F is #4AF3A0. Grayscale: #474747. Windows color (decimal): -4912033 or 6229173. OLE color: 6229173.

HSL color Cylindrical-coordinate representation of color #B50C5F: hue angle of 330.53º degrees, saturation: 0.88, 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 #B50C5F is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB1811295-
CMYK00.930.480.29
HSL330.53º87.56%37.84%-
HSV(B)330.53º93.37%70.98%-
XYZ21.2510.9111.81-
YUV71.99140.99205.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 62.85%
GREEN value IS 12 (5.08% from 255) = 4.17%
BLUE value IS 95 (37.5% from 255) = 32.99%
R=62.85%
G=4.17%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181129500.930.480.29330.5387.5637.84
HexB5C5F05D301D14b5826
Octal265141370135603551313046
Binary101101011100101111101011101110000111011010010111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50C5F; }

 p { color: rgb(181,12,95); }

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

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

 a { background-color: rgb(181,12,95); }

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

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

 span { border-color: rgb(181,12,95); }

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