#A5114B

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

Shades of Jazzberry Jam #A5114B

Tints of Jazzberry Jam #A5114B

Color information

#A5114B (or 0xA5114B) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 11 and 4B. RGB value is (165,17,75). Sum of RGB (Red+Green+Blue) = 165+17+75=257 (34% of max value = 765). Red value is 165 (64.84% from 255 or 64.20% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 165 - color contains mainly: red. Hex color #A5114B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5114B is #5AEEB4. Grayscale: #434343. Windows color (decimal): -5959349 or 4919717. OLE color: 4919717.

HSL color Cylindrical-coordinate representation of color #A5114B: hue angle of 336.49º 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 #A5114B is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB1651775-
CMYK00.900.550.35
HSL336.49º81.32%35.69%-
HSV(B)336.49º89.7%64.71%-
XYZ16.998.917.48-
YUV67.86132.03197.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 64.20%
GREEN value IS 17 (7.03% from 255) = 6.61%
BLUE value IS 75 (29.69% from 255) = 29.18%
R=64.20%
G=6.61%
B=29.18%

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
Decimal165177500.900.550.35336.4981.3235.69
HexA5114B05A37231505124
Octal245211130132674352012144
Binary10100101100011001011010110101101111000111010100001010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5114B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5114B; }

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

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

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

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

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

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

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

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