#b41659

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

Shades of Jazzberry Jam #B41659

Tints of Jazzberry Jam #B41659

Color information

#B41659 (or 0xB41659) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 16 and 59. RGB value is (180,22,89). Sum of RGB (Red+Green+Blue) = 180+22+89=291 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.86% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 89 (35.16% from 255 or 30.58% from 291); Max value from RGB is 180 - color contains mainly: red. Hex color #B41659 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41659 is #4BE9A6. Grayscale: #4C4C4C. Windows color (decimal): -4975015 or 5838516. OLE color: 5838516.

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

Color convert

RGB1802289-
CMYK00.880.510.29
HSL334.56º78.22%39.61%-
HSV(B)334.56º87.78%70.59%-
XYZ20.911110.47-
YUV76.88134.85201.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.86%
GREEN value IS 22 (8.98% from 255) = 7.56%
BLUE value IS 89 (35.16% from 255) = 30.58%
R=61.86%
G=7.56%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180228900.880.510.29334.5678.2239.61
HexB41659058331D14f4e28
Octal264261310130633551711650
Binary1011010010110101100101011000110011111011010011111001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b41659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b41659; }

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

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

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

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

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

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

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

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