#A41359

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

Shades of Jazzberry Jam #A41359

Tints of Jazzberry Jam #A41359

Color information

#A41359 (or 0xA41359) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 13 and 59. RGB value is (164,19,89). Sum of RGB (Red+Green+Blue) = 164+19+89=272 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.29% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 89 (35.16% from 255 or 32.72% from 272); Max value from RGB is 164 - color contains mainly: red. Hex color #A41359 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41359 is #5BECA6. Grayscale: #464646. Windows color (decimal): -6024359 or 5837732. OLE color: 5837732.

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

Color convert

RGB1641989-
CMYK00.880.460.36
HSL331.03º79.23%35.88%-
HSV(B)331.03º88.41%64.31%-
XYZ17.359.0810.29-
YUV70.34138.54194.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 60.29%
GREEN value IS 19 (7.81% from 255) = 6.99%
BLUE value IS 89 (35.16% from 255) = 32.72%
R=60.29%
G=6.99%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164198900.880.460.36331.0379.2335.88
HexA413590582E2414b4f24
Octal244231310130564451311744
Binary10100100100111011001010110001011101001001010010111001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41359; }

 p { color: rgb(164,19,89); }

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

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

 a { background-color: rgb(164,19,89); }

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

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

 span { border-color: rgb(164,19,89); }

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