#A5114A

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

Shades of Jazzberry Jam #A5114A

Tints of Jazzberry Jam #A5114A

Color information

#A5114A (or 0xA5114A) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 11 and 4A. RGB value is (165,17,74). Sum of RGB (Red+Green+Blue) = 165+17+74=256 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.45% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 165 - color contains mainly: red. Hex color #A5114A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5114A is #5AEEB5. Grayscale: #434343. Windows color (decimal): -5959350 or 4854181. OLE color: 4854181.

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

Color convert

RGB1651774-
CMYK00.900.550.35
HSL336.89º81.32%35.69%-
HSV(B)336.89º89.7%64.71%-
XYZ16.958.897.3-
YUV67.75131.53197.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 64.45%
GREEN value IS 17 (7.03% from 255) = 6.64%
BLUE value IS 74 (29.30% from 255) = 28.91%
R=64.45%
G=6.64%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165177400.900.550.35336.8981.3235.69
HexA5114A05A37231515124
Octal245211120132674352112144
Binary10100101100011001010010110101101111000111010100011010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5114A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5114A; }

 p { color: rgb(165,17,74); }

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

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

 a { background-color: rgb(165,17,74); }

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

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

 span { border-color: rgb(165,17,74); }

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