#A5004A

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

Shades of Jazzberry Jam #A5004A

Tints of Jazzberry Jam #A5004A

Color information

#A5004A (or 0xA5004A) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 00 and 4A. RGB value is (165,0,74). Sum of RGB (Red+Green+Blue) = 165+0+74=239 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.04% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 165 - color contains mainly: red. Hex color #A5004A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5004A is #5AFFB5. Grayscale: #393939. Windows color (decimal): -5963702 or 4849829. OLE color: 4849829.

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

Color convert

RGB165074-
CMYK010.550.35
HSL333.09º100%32.35%-
HSV(B)333.09º100%64.71%-
XYZ16.758.497.24-
YUV57.77137.16204.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 69.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 74 (29.30% from 255) = 30.96%
R=69.04%
G=0%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165074010.550.35333.0910032.35
HexA504A064372314d6420
Octal24501120144674351514440
Binary1010010101001010011001001101111000111010011011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5004A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5004A; }

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

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

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

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

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

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

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

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