#A90544

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

Shades of Jazzberry Jam #A90544

Tints of Jazzberry Jam #A90544

Color information

#A90544 (or 0xA90544) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 05 and 44. RGB value is (169,5,68). Sum of RGB (Red+Green+Blue) = 169+5+68=242 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.83% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 68 (26.95% from 255 or 28.10% from 242); Max value from RGB is 169 - color contains mainly: red. Hex color #A90544 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90544 is #56FABB. Grayscale: #3D3D3D. Windows color (decimal): -5700284 or 4457897. OLE color: 4457897.

HSL color Cylindrical-coordinate representation of color #A90544: hue angle of 336.95º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A90544 is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB169568-
CMYK00.970.600.34
HSL336.95º94.25%34.12%-
HSV(B)336.95º97.04%66.27%-
XYZ17.468.966.28-
YUV61.22131.83204.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 69.83%
GREEN value IS 5 (2.34% from 255) = 2.07%
BLUE value IS 68 (26.95% from 255) = 28.10%
R=69.83%
G=2.07%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16956800.970.600.34336.9594.2534.12
HexA95440613C221515e22
Octal25151040141744252113642
Binary101010011011000100011000011111001000101010100011011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90544; }

 p { color: rgb(169,5,68); }

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

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

 a { background-color: rgb(169,5,68); }

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

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

 span { border-color: rgb(169,5,68); }

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