#A90040

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

Shades of Jazzberry Jam #A90040

Tints of Jazzberry Jam #A90040

Color information

#A90040 (or 0xA90040) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 00 and 40. RGB value is (169,0,64). Sum of RGB (Red+Green+Blue) = 169+0+64=233 (30% of max value = 765). Red value is 169 (66.41% from 255 or 72.53% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 169 - color contains mainly: red. Hex color #A90040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90040 is #56FFBF. Grayscale: #393939. Windows color (decimal): -5701568 or 4194473. OLE color: 4194473.

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

Color convert

RGB169064-
CMYK010.620.34
HSL337.28º100%33.14%-
HSV(B)337.28º100%66.27%-
XYZ17.298.815.64-
YUV57.83131.49207.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 72.53%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 64 (25.39% from 255) = 27.47%
R=72.53%
G=0%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169064010.620.34337.2810033.14
HexA90400643E221516421
Octal25101000144764252114441
Binary1010100101000000011001001111101000101010100011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90040; }

 p { color: rgb(169,0,64); }

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

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

 a { background-color: rgb(169,0,64); }

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

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

 span { border-color: rgb(169,0,64); }

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