#b40a55

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

Shades of Jazzberry Jam #B40A55

Tints of Jazzberry Jam #B40A55

Color information

#B40A55 (or 0xB40A55) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 0A and 55. RGB value is (180,10,85). Sum of RGB (Red+Green+Blue) = 180+10+85=275 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.45% from 275); Green value is 10 (4.30% from 255 or 3.64% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 180 - color contains mainly: red. Hex color #B40A55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40A55 is #4BF5AA. Grayscale: #454545. Windows color (decimal): -4978091 or 5573300. OLE color: 5573300.

HSL color Cylindrical-coordinate representation of color #B40A55: hue angle of 333.53º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40A55 is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB1801085-
CMYK00.940.530.29
HSL333.53º89.47%37.25%-
HSV(B)333.53º94.44%70.59%-
XYZ20.5710.589.55-
YUV69.38136.82206.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 65.45%
GREEN value IS 10 (4.30% from 255) = 3.64%
BLUE value IS 85 (33.59% from 255) = 30.91%
R=65.45%
G=3.64%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180108500.940.530.29333.5389.4737.25
HexB4A5505E351D14e5925
Octal264121250136653551613145
Binary101101001010101010101011110110101111011010011101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b40a55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b40a55; }

 p { color: rgb(180,10,85); }

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

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

 a { background-color: rgb(180,10,85); }

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

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

 span { border-color: rgb(180,10,85); }

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