#B41650

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

Shades of Jazzberry Jam #B41650

Tints of Jazzberry Jam #B41650

Color information

#B41650 (or 0xB41650) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 16 and 50. RGB value is (180,22,80). Sum of RGB (Red+Green+Blue) = 180+22+80=282 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.83% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 180 - color contains mainly: red. Hex color #B41650 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41650 is #4BE9AF. Grayscale: #4B4B4B. Windows color (decimal): -4975024 or 5248692. OLE color: 5248692.

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

Color convert

RGB1802280-
CMYK00.880.560.29
HSL337.97º78.22%39.61%-
HSV(B)337.97º87.78%70.59%-
XYZ20.5610.868.6-
YUV75.85130.35202.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 63.83%
GREEN value IS 22 (8.98% from 255) = 7.80%
BLUE value IS 80 (31.64% from 255) = 28.37%
R=63.83%
G=7.80%
B=28.37%

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
Decimal180228000.880.560.29337.9778.2239.61
HexB41650058381D1524e28
Octal264261200130703552211650
Binary1011010010110101000001011000111000111011010100101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41650; }

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

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

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

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

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

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

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

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