#B51E5D

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

Shades of Jazzberry Jam #B51E5D

Tints of Jazzberry Jam #B51E5D

Color information

#B51E5D (or 0xB51E5D) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 1E and 5D. RGB value is (181,30,93). Sum of RGB (Red+Green+Blue) = 181+30+93=304 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.54% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 181 - color contains mainly: red. Hex color #B51E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B51E5D is #4AE1A2. Grayscale: #525252. Windows color (decimal): -4907427 or 6102709. OLE color: 6102709.

HSL color Cylindrical-coordinate representation of color #B51E5D: hue angle of 334.97º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B51E5D is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB1813093-
CMYK00.830.490.29
HSL334.97º71.56%41.37%-
HSV(B)334.97º83.43%70.98%-
XYZ21.511.5411.45-
YUV82.33134.03198.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.54%
GREEN value IS 30 (12.11% from 255) = 9.87%
BLUE value IS 93 (36.72% from 255) = 30.59%
R=59.54%
G=9.87%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181309300.830.490.29334.9771.5641.37
HexB51E5D053311D14f4829
Octal265361350123613551711051
Binary1011010111110101110101010011110001111011010011111001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51E5D; }

 p { color: rgb(181,30,93); }

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

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

 a { background-color: rgb(181,30,93); }

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

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

 span { border-color: rgb(181,30,93); }

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