#A9003F

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

Shades of Jazzberry Jam #A9003F

Tints of Jazzberry Jam #A9003F

Color information

#A9003F (or 0xA9003F) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 00 and 3F. RGB value is (169,0,63). Sum of RGB (Red+Green+Blue) = 169+0+63=232 (30% of max value = 765). Red value is 169 (66.41% from 255 or 72.84% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 169 - color contains mainly: red. Hex color #A9003F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9003F is #56FFC0. Grayscale: #393939. Windows color (decimal): -5701569 or 4128937. OLE color: 4128937.

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

Color convert

RGB169063-
CMYK010.630.34
HSL337.63º100%33.14%-
HSV(B)337.63º100%66.27%-
XYZ17.268.795.49-
YUV57.71130.99207.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 72.84%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 63 (25% from 255) = 27.16%
R=72.84%
G=0%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169063010.630.34337.6310033.14
HexA903F0643F221526421
Octal2510770144774252214441
Binary101010010111111011001001111111000101010100101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9003F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9003F; }

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

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

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

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

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

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

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

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