#A90A48

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

Shades of Jazzberry Jam #A90A48

Tints of Jazzberry Jam #A90A48

Color information

#A90A48 (or 0xA90A48) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 0A and 48. RGB value is (169,10,72). Sum of RGB (Red+Green+Blue) = 169+10+72=251 (33% of max value = 765). Red value is 169 (66.41% from 255 or 67.33% from 251); Green value is 10 (4.30% from 255 or 3.98% from 251); Blue value is 72 (28.52% from 255 or 28.69% from 251); Max value from RGB is 169 - color contains mainly: red. Hex color #A90A48 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90A48 is #56F5B7. Grayscale: #404040. Windows color (decimal): -5699000 or 4721321. OLE color: 4721321.

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

Color convert

RGB1691072-
CMYK00.940.570.34
HSL336.6º88.83%35.1%-
HSV(B)336.6º94.08%66.27%-
XYZ17.649.126.96-
YUV64.61132.18202.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 67.33%
GREEN value IS 10 (4.30% from 255) = 3.98%
BLUE value IS 72 (28.52% from 255) = 28.69%
R=67.33%
G=3.98%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169107200.940.570.34336.688.8335.1
HexA9A4805E39221515923
Octal251121100136714252113143
Binary1010100110101001000010111101110011000101010100011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90A48; }

 p { color: rgb(169,10,72); }

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

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

 a { background-color: rgb(169,10,72); }

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

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

 span { border-color: rgb(169,10,72); }

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