#A41548

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

Shades of Jazzberry Jam #A41548

Tints of Jazzberry Jam #A41548

Color information

#A41548 (or 0xA41548) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 15 and 48. RGB value is (164,21,72). Sum of RGB (Red+Green+Blue) = 164+21+72=257 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.81% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 164 - color contains mainly: red. Hex color #A41548 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41548 is #5BEAB7. Grayscale: #454545. Windows color (decimal): -6023864 or 4724132. OLE color: 4724132.

HSL color Cylindrical-coordinate representation of color #A41548: hue angle of 338.6º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A41548 is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB1642172-
CMYK00.870.560.36
HSL338.6º77.3%36.27%-
HSV(B)338.6º87.2%64.31%-
XYZ16.758.96.97-
YUV69.57129.38195.35-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 63.81%
GREEN value IS 21 (8.59% from 255) = 8.17%
BLUE value IS 72 (28.52% from 255) = 28.02%
R=63.81%
G=8.17%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164217200.870.560.36338.677.336.27
HexA4154805738241534d24
Octal244251100127704452311544
Binary10100100101011001000010101111110001001001010100111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41548; }

 p { color: rgb(164,21,72); }

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

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

 a { background-color: rgb(164,21,72); }

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

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

 span { border-color: rgb(164,21,72); }

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