#B50D52

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

Shades of Jazzberry Jam #B50D52

Tints of Jazzberry Jam #B50D52

Color information

#B50D52 (or 0xB50D52) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 0D and 52. RGB value is (181,13,82). Sum of RGB (Red+Green+Blue) = 181+13+82=276 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.58% from 276); Green value is 13 (5.47% from 255 or 4.71% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 181 - color contains mainly: red. Hex color #B50D52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50D52 is #4AF2AD. Grayscale: #464646. Windows color (decimal): -4911790 or 5377461. OLE color: 5377461.

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

Color convert

RGB1811382-
CMYK00.930.550.29
HSL335.36º86.6%38.04%-
HSV(B)335.36º92.82%70.98%-
XYZ20.7210.728.96-
YUV71.1134.16206.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 65.58%
GREEN value IS 13 (5.47% from 255) = 4.71%
BLUE value IS 82 (32.42% from 255) = 29.71%
R=65.58%
G=4.71%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181138200.930.550.29335.3686.638.04
HexB5D5205D371D14f5726
Octal265151220135673551712746
Binary101101011101101001001011101110111111011010011111010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50D52; }

 p { color: rgb(181,13,82); }

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

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

 a { background-color: rgb(181,13,82); }

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

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

 span { border-color: rgb(181,13,82); }

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