#B51650

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

Shades of Jazzberry Jam #B51650

Tints of Jazzberry Jam #B51650

Color information

#B51650 (or 0xB51650) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 16 and 50. RGB value is (181,22,80). Sum of RGB (Red+Green+Blue) = 181+22+80=283 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.96% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 181 - color contains mainly: red. Hex color #B51650 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51650 is #4AE9AF. Grayscale: #4C4C4C. Windows color (decimal): -4909488 or 5248693. OLE color: 5248693.

HSL color Cylindrical-coordinate representation of color #B51650: hue angle of 338.11º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B51650 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB1812280-
CMYK00.880.560.29
HSL338.11º78.33%39.8%-
HSV(B)338.11º87.85%70.98%-
XYZ20.7910.988.61-
YUV76.15130.18202.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 63.96%
GREEN value IS 22 (8.98% from 255) = 7.77%
BLUE value IS 80 (31.64% from 255) = 28.27%
R=63.96%
G=7.77%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181228000.880.560.29338.1178.3339.8
HexB51650058381D1524e28
Octal265261200130703552211650
Binary1011010110110101000001011000111000111011010100101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51650; }

 p { color: rgb(181,22,80); }

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

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

 a { background-color: rgb(181,22,80); }

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

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

 span { border-color: rgb(181,22,80); }

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