Shades of Sangria #7F0005
Tints of Sangria #7F0005
RGB
CMYK
RGB Variations
Color information
#7F0005 (or 0x7F0005) is known color: Sangria. HEX triplet: 7F, 00 and 05. RGB value is (127,0,5). Sum of RGB (Red+Green+Blue) = 127+0+5=132 (17% of max value = 765). Red value is 127 (50% from 255 or 96.21% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 5 (2.34% from 255 or 3.79% from 132); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F0005 is #80FFFA. Grayscale: #262626. Windows color (decimal): -8454139 or 327807. OLE color: 327807.
HSL color Cylindrical-coordinate representation of color #7F0005: hue angle of 357.64º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F0005 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.96 | 0.50 |
| HSL | 357.64º | 1% | 0.25% | - |
| HSV(B) | 357.64º | 1% | 0.5% | - |
| XYZ | 8.78 | 4.52 | 0.55 | - |
| YUV | 38.54 | 109.08 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 0 | 5 | 0 | 1 | 0.96 | 0.50 | 357.64 | 1 | 0.25 |
| Hex | 7F | 0 | 5 | 0 | 64 | 60 | 32 | 166 | 64 | 19 |
| Octal | 177 | 0 | 5 | 0 | 144 | 140 | 62 | 546 | 144 | 31 |
| Binary | 1111111 | 0 | 101 | 0 | 1100100 | 1100000 | 110010 | 101100110 | 1100100 | 11001 |
Color Harmonies of #7F0005
Complementary color
Monochromatic Colors of #7F0005
Black with #7F0005
Text Example
Text Example
White with #7F0005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0005; }
p { color: rgb(127,0,5); }
H1.HeaderClassName
{
color: #7F0005;
}
.AnyTagClassName
{
color: #7F0005;
}
</style>
background-color css
<style>
a { background-color: #7F0005; }
a { background-color: rgb(127,0,5); }
div.DivClassName
{
background-color: #7F0005;
}
.BgClassName
{
background-color: #7F0005;
}
</style>
border-color css
<style>
span { border-color: #7F0005; }
span { border-color: rgb(127,0,5); }
td.TdClassName
{
border-color: #7F0005;
}
.TagClassName
{
border-color: #7F0005;
}
</style>