#A41048

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

Shades of Jazzberry Jam #A41048

Tints of Jazzberry Jam #A41048

Color information

#A41048 (or 0xA41048) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 10 and 48. RGB value is (164,16,72). Sum of RGB (Red+Green+Blue) = 164+16+72=252 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.08% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 164 - color contains mainly: red. Hex color #A41048 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41048 is #5BEFB7. Grayscale: #424242. Windows color (decimal): -6025144 or 4722852. OLE color: 4722852.

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

Color convert

RGB1641672-
CMYK00.900.560.36
HSL337.3º82.22%35.29%-
HSV(B)337.3º90.24%64.31%-
XYZ16.668.736.94-
YUV66.64131.03197.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 65.08%
GREEN value IS 16 (6.64% from 255) = 6.35%
BLUE value IS 72 (28.52% from 255) = 28.57%
R=65.08%
G=6.35%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164167200.900.560.36337.382.2235.29
HexA4104805A38241515223
Octal244201100132704452112243
Binary10100100100001001000010110101110001001001010100011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41048; }

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

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

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

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

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

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

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

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