Shades of Sangria #A40007
Tints of Sangria #A40007
RGB
CMYK
RGB Variations
Color information
#A40007 (or 0xA40007) is known color: Sangria. HEX triplet: A4, 00 and 07. RGB value is (164,0,7). Sum of RGB (Red+Green+Blue) = 164+0+7=171 (22% of max value = 765). Red value is 164 (64.45% from 255 or 95.91% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 7 (3.12% from 255 or 4.09% from 171); Max value from RGB is 164 - color contains mainly: red. Hex color #A40007 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40007 is #5BFFF8. Grayscale: #313131. Windows color (decimal): -6029305 or 458916. OLE color: 458916.
HSL color Cylindrical-coordinate representation of color #A40007: hue angle of 357.44º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A40007 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 0 | 7 | - |
| CMYK | 0 | 1 | 0.96 | 0.36 |
| HSL | 357.44º | 1% | 0.32% | - |
| HSV(B) | 357.44º | 1% | 0.64% | - |
| XYZ | 15.35 | 7.91 | 0.92 | - |
| YUV | 49.83 | 103.83 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 7 | 0 | 1 | 0.96 | 0.36 | 357.44 | 1 | 0.32 |
| Hex | A4 | 0 | 7 | 0 | 64 | 60 | 24 | 165 | 64 | 20 |
| Octal | 244 | 0 | 7 | 0 | 144 | 140 | 44 | 545 | 144 | 40 |
| Binary | 10100100 | 0 | 111 | 0 | 1100100 | 1100000 | 100100 | 101100101 | 1100100 | 100000 |
Color Harmonies of #A40007
Complementary color
Monochromatic Colors of #A40007
Black with #A40007
Text Example
Text Example
White with #A40007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40007; }
p { color: rgb(164,0,7); }
H1.HeaderClassName
{
color: #A40007;
}
.AnyTagClassName
{
color: #A40007;
}
</style>
background-color css
<style>
a { background-color: #A40007; }
a { background-color: rgb(164,0,7); }
div.DivClassName
{
background-color: #A40007;
}
.BgClassName
{
background-color: #A40007;
}
</style>
border-color css
<style>
span { border-color: #A40007; }
span { border-color: rgb(164,0,7); }
td.TdClassName
{
border-color: #A40007;
}
.TagClassName
{
border-color: #A40007;
}
</style>