#B50649

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

Shades of Jazzberry Jam #B50649

Tints of Jazzberry Jam #B50649

Color information

#B50649 (or 0xB50649) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 06 and 49. RGB value is (181,6,73). Sum of RGB (Red+Green+Blue) = 181+6+73=260 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.62% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 73 (28.91% from 255 or 28.08% from 260); Max value from RGB is 181 - color contains mainly: red. Hex color #B50649 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50649 is #4AF9B6. Grayscale: #414141. Windows color (decimal): -4913591 or 4785845. OLE color: 4785845.

HSL color Cylindrical-coordinate representation of color #B50649: hue angle of 337.03º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B50649 is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB181673-
CMYK00.970.600.29
HSL337.03º93.58%36.67%-
HSV(B)337.03º96.69%70.98%-
XYZ20.3210.447.25-
YUV65.96131.98210.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 69.62%
GREEN value IS 6 (2.73% from 255) = 2.31%
BLUE value IS 73 (28.91% from 255) = 28.08%
R=69.62%
G=2.31%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18167300.970.600.29337.0393.5836.67
HexB56490613C1D1515e25
Octal26561110141743552113645
Binary10110101110100100101100001111100111011010100011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50649; }

 p { color: rgb(181,6,73); }

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

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

 a { background-color: rgb(181,6,73); }

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

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

 span { border-color: rgb(181,6,73); }

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