#B50F4B

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

Shades of Jazzberry Jam #B50F4B

Tints of Jazzberry Jam #B50F4B

Color information

#B50F4B (or 0xB50F4B) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 0F and 4B. RGB value is (181,15,75). Sum of RGB (Red+Green+Blue) = 181+15+75=271 (35% of max value = 765). Red value is 181 (71.09% from 255 or 66.79% from 271); Green value is 15 (6.25% from 255 or 5.54% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 181 - color contains mainly: red. Hex color #B50F4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50F4B is #4AF0B4. Grayscale: #474747. Windows color (decimal): -4911285 or 4919221. OLE color: 4919221.

HSL color Cylindrical-coordinate representation of color #B50F4B: hue angle of 338.31º 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 #B50F4B is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB1811575-
CMYK00.920.590.29
HSL338.31º84.69%38.43%-
HSV(B)338.31º91.71%70.98%-
XYZ20.510.677.64-
YUV71.47130206.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 66.79%
GREEN value IS 15 (6.25% from 255) = 5.54%
BLUE value IS 75 (29.69% from 255) = 27.68%
R=66.79%
G=5.54%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181157500.920.590.29338.3184.6938.43
HexB5F4B05C3B1D1525526
Octal265171130134733552212546
Binary101101011111100101101011100111011111011010100101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50F4B; }

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

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

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

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

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

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

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

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