Shades of Sangria #AF0007
Tints of Sangria #AF0007
RGB
CMYK
RGB Variations
Color information
#AF0007 (or 0xAF0007) is known color: Sangria. HEX triplet: AF, 00 and 07. RGB value is (175,0,7). Sum of RGB (Red+Green+Blue) = 175+0+7=182 (24% of max value = 765). Red value is 175 (68.75% from 255 or 96.15% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 7 (3.12% from 255 or 3.85% from 182); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0007 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0007 is #50FFF8. Grayscale: #353535. Windows color (decimal): -5308409 or 458927. OLE color: 458927.
HSL color Cylindrical-coordinate representation of color #AF0007: hue angle of 357.6º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF0007 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 7 | - |
| CMYK | 0 | 1 | 0.96 | 0.31 |
| HSL | 357.6º | 1% | 0.34% | - |
| HSV(B) | 357.6º | 1% | 0.69% | - |
| XYZ | 17.72 | 9.13 | 1.03 | - |
| YUV | 53.12 | 101.98 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 7 | 0 | 1 | 0.96 | 0.31 | 357.6 | 1 | 0.34 |
| Hex | AF | 0 | 7 | 0 | 64 | 60 | 1F | 166 | 64 | 22 |
| Octal | 257 | 0 | 7 | 0 | 144 | 140 | 37 | 546 | 144 | 42 |
| Binary | 10101111 | 0 | 111 | 0 | 1100100 | 1100000 | 11111 | 101100110 | 1100100 | 100010 |
Color Harmonies of #AF0007
Complementary color
Monochromatic Colors of #AF0007
Black with #AF0007
Text Example
Text Example
White with #AF0007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0007; }
p { color: rgb(175,0,7); }
H1.HeaderClassName
{
color: #AF0007;
}
.AnyTagClassName
{
color: #AF0007;
}
</style>
background-color css
<style>
a { background-color: #AF0007; }
a { background-color: rgb(175,0,7); }
div.DivClassName
{
background-color: #AF0007;
}
.BgClassName
{
background-color: #AF0007;
}
</style>
border-color css
<style>
span { border-color: #AF0007; }
span { border-color: rgb(175,0,7); }
td.TdClassName
{
border-color: #AF0007;
}
.TagClassName
{
border-color: #AF0007;
}
</style>