Shades of Sangria #7F0910
Tints of Sangria #7F0910
RGB
CMYK
RGB Variations
Color information
#7F0910 (or 0x7F0910) is known color: Sangria. HEX triplet: 7F, 09 and 10. RGB value is (127,9,16). Sum of RGB (Red+Green+Blue) = 127+9+16=152 (20% of max value = 765). Red value is 127 (50% from 255 or 83.55% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 16 (6.64% from 255 or 10.53% from 152); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0910 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F0910 is #80F6EF. Grayscale: #2D2D2D. Windows color (decimal): -8451824 or 1051007. OLE color: 1051007.
HSL color Cylindrical-coordinate representation of color #7F0910: hue angle of 356.44º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F0910 is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 9 | 16 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.50 |
| HSL | 356.44º | 0.87% | 0.27% | - |
| HSV(B) | 356.44º | 0.93% | 0.5% | - |
| XYZ | 8.94 | 4.74 | 0.93 | - |
| YUV | 45.08 | 111.59 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 9 | 16 | 0 | 0.93 | 0.87 | 0.50 | 356.44 | 0.87 | 0.27 |
| Hex | 7F | 9 | 10 | 0 | 5D | 57 | 32 | 164 | 57 | 1B |
| Octal | 177 | 11 | 20 | 0 | 135 | 127 | 62 | 544 | 127 | 33 |
| Binary | 1111111 | 1001 | 10000 | 0 | 1011101 | 1010111 | 110010 | 101100100 | 1010111 | 11011 |
Color Harmonies of #7F0910
Complementary color
Monochromatic Colors of #7F0910
Black with #7F0910
Text Example
Text Example
White with #7F0910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0910; }
p { color: rgb(127,9,16); }
H1.HeaderClassName
{
color: #7F0910;
}
.AnyTagClassName
{
color: #7F0910;
}
</style>
background-color css
<style>
a { background-color: #7F0910; }
a { background-color: rgb(127,9,16); }
div.DivClassName
{
background-color: #7F0910;
}
.BgClassName
{
background-color: #7F0910;
}
</style>
border-color css
<style>
span { border-color: #7F0910; }
span { border-color: rgb(127,9,16); }
td.TdClassName
{
border-color: #7F0910;
}
.TagClassName
{
border-color: #7F0910;
}
</style>