#B50447

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

Shades of Jazzberry Jam #B50447

Tints of Jazzberry Jam #B50447

Color information

#B50447 (or 0xB50447) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 04 and 47. RGB value is (181,4,71). Sum of RGB (Red+Green+Blue) = 181+4+71=256 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.70% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 181 - color contains mainly: red. Hex color #B50447 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50447 is #4AFBB8. Grayscale: #404040. Windows color (decimal): -4914105 or 4654261. OLE color: 4654261.

HSL color Cylindrical-coordinate representation of color #B50447: hue angle of 337.29º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B50447 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB181471-
CMYK00.980.610.29
HSL337.29º95.68%36.27%-
HSV(B)337.29º97.79%70.98%-
XYZ20.2410.376.9-
YUV64.56131.64211.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 70.70%
GREEN value IS 4 (1.95% from 255) = 1.56%
BLUE value IS 71 (28.12% from 255) = 27.73%
R=70.70%
G=1.56%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18147100.980.610.29337.2995.6836.27
HexB54470623D1D1516024
Octal26541070142753552114044
Binary10110101100100011101100010111101111011010100011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50447; }

 p { color: rgb(181,4,71); }

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

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

 a { background-color: rgb(181,4,71); }

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

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

 span { border-color: rgb(181,4,71); }

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