#B41D5D

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

Shades of Jazzberry Jam #B41D5D

Tints of Jazzberry Jam #B41D5D

Color information

#B41D5D (or 0xB41D5D) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 1D and 5D. RGB value is (180,29,93). Sum of RGB (Red+Green+Blue) = 180+29+93=302 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.60% from 302); Green value is 29 (11.72% from 255 or 9.60% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 180 - color contains mainly: red. Hex color #B41D5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41D5D is #4BE2A2. Grayscale: #515151. Windows color (decimal): -4973219 or 6102452. OLE color: 6102452.

HSL color Cylindrical-coordinate representation of color #B41D5D: hue angle of 334.57º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B41D5D is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB1802993-
CMYK00.840.480.29
HSL334.57º72.25%40.98%-
HSV(B)334.57º83.89%70.59%-
XYZ21.2411.3711.43-
YUV81.45134.53198.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.60%
GREEN value IS 29 (11.72% from 255) = 9.60%
BLUE value IS 93 (36.72% from 255) = 30.79%
R=59.60%
G=9.60%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180299300.840.480.29334.5772.2540.98
HexB41D5D054301D14f4829
Octal264351350124603551711051
Binary1011010011101101110101010100110000111011010011111001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41D5D; }

 p { color: rgb(180,29,93); }

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

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

 a { background-color: rgb(180,29,93); }

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

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

 span { border-color: rgb(180,29,93); }

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