#A9064E

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

Shades of Jazzberry Jam #A9064E

Tints of Jazzberry Jam #A9064E

Color information

#A9064E (or 0xA9064E) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 06 and 4E. RGB value is (169,6,78). Sum of RGB (Red+Green+Blue) = 169+6+78=253 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.80% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 78 (30.86% from 255 or 30.83% from 253); Max value from RGB is 169 - color contains mainly: red. Hex color #A9064E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9064E is #56F9B1. Grayscale: #3E3E3E. Windows color (decimal): -5700018 or 5113513. OLE color: 5113513.

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

Color convert

RGB169678-
CMYK00.960.540.34
HSL333.5º93.14%34.31%-
HSV(B)333.5º96.45%66.27%-
XYZ17.89.128.03-
YUV62.94136.5203.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 66.80%
GREEN value IS 6 (2.73% from 255) = 2.37%
BLUE value IS 78 (30.86% from 255) = 30.83%
R=66.80%
G=2.37%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16967800.960.540.34333.593.1434.31
HexA964E060362214d5d22
Octal25161160140664251513542
Binary101010011101001110011000001101101000101010011011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9064E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9064E; }

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

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

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

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

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

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

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

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