#A9023A

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

Shades of Jazzberry Jam #A9023A

Tints of Jazzberry Jam #A9023A

Color information

#A9023A (or 0xA9023A) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 02 and 3A. RGB value is (169,2,58). Sum of RGB (Red+Green+Blue) = 169+2+58=229 (30% of max value = 765). Red value is 169 (66.41% from 255 or 73.80% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 58 (23.05% from 255 or 25.33% from 229); Max value from RGB is 169 - color contains mainly: red. Hex color #A9023A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9023A is #56FDC5. Grayscale: #3A3A3A. Windows color (decimal): -5701062 or 3801769. OLE color: 3801769.

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

Color convert

RGB169258-
CMYK00.990.660.34
HSL339.88º97.66%33.53%-
HSV(B)339.88º98.82%66.27%-
XYZ17.158.784.79-
YUV58.32127.83206.95-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 73.80%
GREEN value IS 2 (1.17% from 255) = 0.87%
BLUE value IS 58 (23.05% from 255) = 25.33%
R=73.80%
G=0.87%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.66
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16925800.990.660.34339.8897.6633.53
HexA923A06342221546222
Octal25127201431024252414242
Binary10101001101110100110001110000101000101010101001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9023A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9023A; }

 p { color: rgb(169,2,58); }

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

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

 a { background-color: rgb(169,2,58); }

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

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

 span { border-color: rgb(169,2,58); }

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