#A50044

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

Shades of Jazzberry Jam #A50044

Tints of Jazzberry Jam #A50044

Color information

#A50044 (or 0xA50044) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 00 and 44. RGB value is (165,0,68). Sum of RGB (Red+Green+Blue) = 165+0+68=233 (30% of max value = 765). Red value is 165 (64.84% from 255 or 70.82% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 68 (26.95% from 255 or 29.18% from 233); Max value from RGB is 165 - color contains mainly: red. Hex color #A50044 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50044 is #5AFFBB. Grayscale: #383838. Windows color (decimal): -5963708 or 4456613. OLE color: 4456613.

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

Color convert

RGB165068-
CMYK010.590.35
HSL335.27º100%32.35%-
HSV(B)335.27º100%64.71%-
XYZ16.568.426.22-
YUV57.09134.16204.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 70.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 68 (26.95% from 255) = 29.18%
R=70.82%
G=0%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165068010.590.35335.2710032.35
HexA50440643B2314f6420
Octal24501040144734351714440
Binary1010010101000100011001001110111000111010011111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50044; }

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

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

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

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

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

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

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

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