#A5144C

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

Shades of Jazzberry Jam #A5144C

Tints of Jazzberry Jam #A5144C

Color information

#A5144C (or 0xA5144C) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 14 and 4C. RGB value is (165,20,76). Sum of RGB (Red+Green+Blue) = 165+20+76=261 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.22% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 165 - color contains mainly: red. Hex color #A5144C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5144C is #5AEBB3. Grayscale: #454545. Windows color (decimal): -5958580 or 4986021. OLE color: 4986021.

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

Color convert

RGB1652076-
CMYK00.880.540.35
HSL336.83º78.38%36.27%-
HSV(B)336.83º87.88%64.71%-
XYZ17.079.027.68-
YUV69.74131.54195.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 63.22%
GREEN value IS 20 (8.20% from 255) = 7.66%
BLUE value IS 76 (30.08% from 255) = 29.12%
R=63.22%
G=7.66%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165207600.880.540.35336.8378.3836.27
HexA5144C05836231514e24
Octal245241140130664352111644
Binary10100101101001001100010110001101101000111010100011001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5144C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5144C; }

 p { color: rgb(165,20,76); }

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

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

 a { background-color: rgb(165,20,76); }

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

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

 span { border-color: rgb(165,20,76); }

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