#B41A5B

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

Shades of Jazzberry Jam #B41A5B

Tints of Jazzberry Jam #B41A5B

Color information

#B41A5B (or 0xB41A5B) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 1A and 5B. RGB value is (180,26,91). Sum of RGB (Red+Green+Blue) = 180+26+91=297 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.61% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 180 - color contains mainly: red. Hex color #B41A5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41A5B is #4BE5A4. Grayscale: #4F4F4F. Windows color (decimal): -4973989 or 5970612. OLE color: 5970612.

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

Color convert

RGB1802691-
CMYK00.860.490.29
HSL334.68º74.76%40.39%-
HSV(B)334.68º85.56%70.59%-
XYZ21.0811.210.95-
YUV79.46134.52199.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 60.61%
GREEN value IS 26 (10.55% from 255) = 8.75%
BLUE value IS 91 (35.94% from 255) = 30.64%
R=60.61%
G=8.75%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180269100.860.490.29334.6874.7640.39
HexB41A5B056311D14f4b28
Octal264321330126613551711350
Binary1011010011010101101101010110110001111011010011111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41A5B; }

 p { color: rgb(180,26,91); }

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

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

 a { background-color: rgb(180,26,91); }

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

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

 span { border-color: rgb(180,26,91); }

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