#A41B57

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

Shades of Jazzberry Jam #A41B57

Tints of Jazzberry Jam #A41B57

Color information

#A41B57 (or 0xA41B57) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 1B and 57. RGB value is (164,27,87). Sum of RGB (Red+Green+Blue) = 164+27+87=278 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.99% from 278); Green value is 27 (10.94% from 255 or 9.71% from 278); Blue value is 87 (34.38% from 255 or 31.29% from 278); Max value from RGB is 164 - color contains mainly: red. Hex color #A41B57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41B57 is #5BE4A8. Grayscale: #4A4A4A. Windows color (decimal): -6022313 or 5708708. OLE color: 5708708.

HSL color Cylindrical-coordinate representation of color #A41B57: hue angle of 333.72º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A41B57 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB1642787-
CMYK00.840.470.36
HSL333.72º71.73%37.45%-
HSV(B)333.72º83.54%64.31%-
XYZ17.429.369.91-
YUV74.8134.89191.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 58.99%
GREEN value IS 27 (10.94% from 255) = 9.71%
BLUE value IS 87 (34.38% from 255) = 31.29%
R=58.99%
G=9.71%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164278700.840.470.36333.7271.7337.45
HexA41B570542F2414e4825
Octal244331270124574451611045
Binary10100100110111010111010101001011111001001010011101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41B57; }

 p { color: rgb(164,27,87); }

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

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

 a { background-color: rgb(164,27,87); }

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

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

 span { border-color: rgb(164,27,87); }

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