#A70A40

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

Shades of Jazzberry Jam #A70A40

Tints of Jazzberry Jam #A70A40

Color information

#A70A40 (or 0xA70A40) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 0A and 40. RGB value is (167,10,64). Sum of RGB (Red+Green+Blue) = 167+10+64=241 (31% of max value = 765). Red value is 167 (65.62% from 255 or 69.29% from 241); Green value is 10 (4.30% from 255 or 4.15% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 167 - color contains mainly: red. Hex color #A70A40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70A40 is #58F5BF. Grayscale: #3F3F3F. Windows color (decimal): -5830080 or 4197031. OLE color: 4197031.

HSL color Cylindrical-coordinate representation of color #A70A40: hue angle of 339.36º 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 #A70A40 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB1671064-
CMYK00.940.620.35
HSL339.36º88.7%34.71%-
HSV(B)339.36º94.01%65.49%-
XYZ16.978.85.66-
YUV63.1128.51202.11-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 69.29%
GREEN value IS 10 (4.30% from 255) = 4.15%
BLUE value IS 64 (25.39% from 255) = 26.56%
R=69.29%
G=4.15%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167106400.940.620.35339.3688.734.71
HexA7A4005E3E231535923
Octal247121000136764352313143
Binary1010011110101000000010111101111101000111010100111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70A40; }

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

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

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

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

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

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

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

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