#A5124D

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

Shades of Jazzberry Jam #A5124D

Tints of Jazzberry Jam #A5124D

Color information

#A5124D (or 0xA5124D) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 12 and 4D. RGB value is (165,18,77). Sum of RGB (Red+Green+Blue) = 165+18+77=260 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.46% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 165 - color contains mainly: red. Hex color #A5124D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5124D is #5AEDB2. Grayscale: #444444. Windows color (decimal): -5959091 or 5051045. OLE color: 5051045.

HSL color Cylindrical-coordinate representation of color #A5124D: hue angle of 335.92º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A5124D is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB1651877-
CMYK00.890.530.35
HSL335.92º80.33%35.88%-
HSV(B)335.92º89.09%64.71%-
XYZ17.078.977.85-
YUV68.68132.7196.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 63.46%
GREEN value IS 18 (7.42% from 255) = 6.92%
BLUE value IS 77 (30.47% from 255) = 29.62%
R=63.46%
G=6.92%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165187700.890.530.35335.9280.3335.88
HexA5124D05935231505024
Octal245221150131654352012044
Binary10100101100101001101010110011101011000111010100001010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5124D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5124D; }

 p { color: rgb(165,18,77); }

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

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

 a { background-color: rgb(165,18,77); }

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

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

 span { border-color: rgb(165,18,77); }

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