#B50C4D

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

Shades of Jazzberry Jam #B50C4D

Tints of Jazzberry Jam #B50C4D

Color information

#B50C4D (or 0xB50C4D) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 0C and 4D. RGB value is (181,12,77). Sum of RGB (Red+Green+Blue) = 181+12+77=270 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.04% from 270); Green value is 12 (5.08% from 255 or 4.44% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 181 - color contains mainly: red. Hex color #B50C4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50C4D is #4AF3B2. Grayscale: #454545. Windows color (decimal): -4912051 or 5049525. OLE color: 5049525.

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

Color convert

RGB1811277-
CMYK00.930.570.29
HSL336.92º87.56%37.84%-
HSV(B)336.92º93.37%70.98%-
XYZ20.5310.627.99-
YUV69.94131.99207.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 67.04%
GREEN value IS 12 (5.08% from 255) = 4.44%
BLUE value IS 77 (30.47% from 255) = 28.52%
R=67.04%
G=4.44%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181127700.930.570.29336.9287.5637.84
HexB5C4D05D391D1515826
Octal265141150135713552113046
Binary101101011100100110101011101111001111011010100011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50C4D; }

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

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

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

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

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

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

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

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