#A10407

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

Shades of Sangria #A10407

Tints of Sangria #A10407

Color information

#A10407 (or 0xA10407) is unknown color: approx Sangria. HEX triplet: A1, 04 and 07. RGB value is (161,4,7). Sum of RGB (Red+Green+Blue) = 161+4+7=172 (22% of max value = 765). Red value is 161 (63.28% from 255 or 93.60% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 7 (3.12% from 255 or 4.07% from 172); Max value from RGB is 161 - color contains mainly: red. Hex color #A10407 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10407 is #5EFBF8. Grayscale: #333333. Windows color (decimal): -6224889 or 459937. OLE color: 459937.

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

Color convert

RGB16147-
CMYK00.980.960.37
HSL358.85º95.15%32.35%-
HSV(B)358.85º97.52%63.14%-
XYZ14.787.680.9-
YUV51.28103.01206.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 93.60%
GREEN value IS 4 (1.95% from 255) = 2.33%
BLUE value IS 7 (3.12% from 255) = 4.07%
R=93.60%
G=2.33%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1614700.980.960.37358.8595.1532.35
HexA14706260251675f20
Octal2414701421404554713740
Binary101000011001110110001011000001001011011001111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10407; }

 p { color: rgb(161,4,7); }

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

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

 a { background-color: rgb(161,4,7); }

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

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

 span { border-color: rgb(161,4,7); }

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