#A00809

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

Shades of Sangria #A00809

Tints of Sangria #A00809

Color information

#A00809 (or 0xA00809) is unknown color: approx Sangria. HEX triplet: A0, 08 and 09. RGB value is (160,8,9). Sum of RGB (Red+Green+Blue) = 160+8+9=177 (23% of max value = 765). Red value is 160 (62.89% from 255 or 90.40% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 9 (3.91% from 255 or 5.08% from 177); Max value from RGB is 160 - color contains mainly: red. Hex color #A00809 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00809 is #5FF7F6. Grayscale: #353535. Windows color (decimal): -6289399 or 592032. OLE color: 592032.

HSL color Cylindrical-coordinate representation of color #A00809: hue angle of 359.61º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00809 is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB16089-
CMYK00.950.940.37
HSL359.61º90.48%32.94%-
HSV(B)359.61º95%62.75%-
XYZ14.637.670.97-
YUV53.56102.86203.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 90.40%
GREEN value IS 8 (3.52% from 255) = 4.52%
BLUE value IS 9 (3.91% from 255) = 5.08%
R=90.40%
G=4.52%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.94
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608900.950.940.37359.6190.4832.94
HexA08905F5E251685a21
Octal240101101371364555013241
Binary10100000100010010101111110111101001011011010001011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00809; }

 p { color: rgb(160,8,9); }

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

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

 a { background-color: rgb(160,8,9); }

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

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

 span { border-color: rgb(160,8,9); }

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