#A9064F

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

Shades of Jazzberry Jam #A9064F

Tints of Jazzberry Jam #A9064F

Color information

#A9064F (or 0xA9064F) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 06 and 4F. RGB value is (169,6,79). Sum of RGB (Red+Green+Blue) = 169+6+79=254 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.54% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 79 (31.25% from 255 or 31.10% from 254); Max value from RGB is 169 - color contains mainly: red. Hex color #A9064F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9064F is #56F9B0. Grayscale: #3E3E3E. Windows color (decimal): -5700017 or 5179049. OLE color: 5179049.

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

Color convert

RGB169679-
CMYK00.960.530.34
HSL333.13º93.14%34.31%-
HSV(B)333.13º96.45%66.27%-
XYZ17.849.138.22-
YUV63.06137203.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 66.54%
GREEN value IS 6 (2.73% from 255) = 2.36%
BLUE value IS 79 (31.25% from 255) = 31.10%
R=66.54%
G=2.36%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16967900.960.530.34333.1393.1434.31
HexA964F060352214d5d22
Octal25161170140654251513542
Binary101010011101001111011000001101011000101010011011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9064F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9064F; }

 p { color: rgb(169,6,79); }

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

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

 a { background-color: rgb(169,6,79); }

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

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

 span { border-color: rgb(169,6,79); }

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