#b61550

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

Shades of Jazzberry Jam #B61550

Tints of Jazzberry Jam #B61550

Color information

#B61550 (or 0xB61550) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 15 and 50. RGB value is (182,21,80). Sum of RGB (Red+Green+Blue) = 182+21+80=283 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.31% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 182 - color contains mainly: red. Hex color #B61550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61550 is #49EAAF. Grayscale: #4B4B4B. Windows color (decimal): -4844208 or 5248438. OLE color: 5248438.

HSL color Cylindrical-coordinate representation of color #B61550: hue angle of 338.01º degrees, saturation: 0.79, 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 #B61550 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB1822180-
CMYK00.880.560.29
HSL338.01º79.31%39.8%-
HSV(B)338.01º88.46%71.37%-
XYZ21.0111.068.62-
YUV75.87130.34203.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 64.31%
GREEN value IS 21 (8.59% from 255) = 7.42%
BLUE value IS 80 (31.64% from 255) = 28.27%
R=64.31%
G=7.42%
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
Decimal182218000.880.560.29338.0179.3139.8
HexB61550058381D1524f28
Octal266251200130703552211750
Binary1011011010101101000001011000111000111011010100101001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b61550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b61550; }

 p { color: rgb(182,21,80); }

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

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

 a { background-color: rgb(182,21,80); }

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

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

 span { border-color: rgb(182,21,80); }

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