Shades of Sangria #AE0607
Tints of Sangria #AE0607
RGB
CMYK
RGB Variations
Color information
#AE0607 (or 0xAE0607) is known color: Sangria. HEX triplet: AE, 06 and 07. RGB value is (174,6,7). Sum of RGB (Red+Green+Blue) = 174+6+7=187 (24% of max value = 765). Red value is 174 (68.36% from 255 or 93.05% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 7 (3.12% from 255 or 3.74% from 187); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0607 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0607 is #51F9F8. Grayscale: #383838. Windows color (decimal): -5372409 or 460462. OLE color: 460462.
HSL color Cylindrical-coordinate representation of color #AE0607: hue angle of 359.64º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AE0607 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 6 | 7 | - |
| CMYK | 0 | 0.97 | 0.96 | 0.32 |
| HSL | 359.64º | 0.93% | 0.35% | - |
| HSV(B) | 359.64º | 0.97% | 0.68% | - |
| XYZ | 17.56 | 9.14 | 1.04 | - |
| YUV | 56.35 | 100.16 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 6 | 7 | 0 | 0.97 | 0.96 | 0.32 | 359.64 | 0.93 | 0.35 |
| Hex | AE | 6 | 7 | 0 | 61 | 60 | 20 | 168 | 5D | 23 |
| Octal | 256 | 6 | 7 | 0 | 141 | 140 | 40 | 550 | 135 | 43 |
| Binary | 10101110 | 110 | 111 | 0 | 1100001 | 1100000 | 100000 | 101101000 | 1011101 | 100011 |
Color Harmonies of #AE0607
Complementary color
Monochromatic Colors of #AE0607
Black with #AE0607
Text Example
Text Example
White with #AE0607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0607; }
p { color: rgb(174,6,7); }
H1.HeaderClassName
{
color: #AE0607;
}
.AnyTagClassName
{
color: #AE0607;
}
</style>
background-color css
<style>
a { background-color: #AE0607; }
a { background-color: rgb(174,6,7); }
div.DivClassName
{
background-color: #AE0607;
}
.BgClassName
{
background-color: #AE0607;
}
</style>
border-color css
<style>
span { border-color: #AE0607; }
span { border-color: rgb(174,6,7); }
td.TdClassName
{
border-color: #AE0607;
}
.TagClassName
{
border-color: #AE0607;
}
</style>