#A70A49

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

Shades of Jazzberry Jam #A70A49

Tints of Jazzberry Jam #A70A49

Color information

#A70A49 (or 0xA70A49) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 0A and 49. RGB value is (167,10,73). Sum of RGB (Red+Green+Blue) = 167+10+73=250 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.8% from 250); Green value is 10 (4.30% from 255 or 4% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 167 - color contains mainly: red. Hex color #A70A49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70A49 is #58F5B6. Grayscale: #404040. Windows color (decimal): -5830071 or 4786855. OLE color: 4786855.

HSL color Cylindrical-coordinate representation of color #A70A49: hue angle of 335.92º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70A49 is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB1671073-
CMYK00.940.560.35
HSL335.92º88.7%34.71%-
HSV(B)335.92º94.01%65.49%-
XYZ17.258.917.11-
YUV64.12133.01201.38-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 66.8%
GREEN value IS 10 (4.30% from 255) = 4%
BLUE value IS 73 (28.91% from 255) = 29.2%
R=66.8%
G=4%
B=29.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167107300.940.560.35335.9288.734.71
HexA7A4905E38231505923
Octal247121110136704352013143
Binary1010011110101001001010111101110001000111010100001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70A49; }

 p { color: rgb(167,10,73); }

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

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

 a { background-color: rgb(167,10,73); }

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

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

 span { border-color: rgb(167,10,73); }

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