#A70207

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

Shades of Sangria #A70207

Tints of Sangria #A70207

Color information

#A70207 (or 0xA70207) is unknown color: approx Sangria. HEX triplet: A7, 02 and 07. RGB value is (167,2,7). Sum of RGB (Red+Green+Blue) = 167+2+7=176 (23% of max value = 765). Red value is 167 (65.62% from 255 or 94.89% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 7 (3.12% from 255 or 3.98% from 176); Max value from RGB is 167 - color contains mainly: red. Hex color #A70207 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70207 is #58FDF8. Grayscale: #343434. Windows color (decimal): -5832185 or 459431. OLE color: 459431.

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

Color convert

RGB16727-
CMYK00.990.960.35
HSL358.18º97.63%33.14%-
HSV(B)358.18º98.8%65.49%-
XYZ168.270.95-
YUV51.9102.66210.09-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 94.89%
GREEN value IS 2 (1.17% from 255) = 1.14%
BLUE value IS 7 (3.12% from 255) = 3.98%
R=94.89%
G=1.14%
B=3.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1672700.990.960.35358.1897.6333.14
HexA72706360231666221
Octal2472701431404354614241
Binary10100111101110110001111000001000111011001101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70207; }

 p { color: rgb(167,2,7); }

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

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

 a { background-color: rgb(167,2,7); }

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

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

 span { border-color: rgb(167,2,7); }

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