Shades of Sangria #7F010F
Tints of Sangria #7F010F
RGB
CMYK
RGB Variations
Color information
#7F010F (or 0x7F010F) is known color: Sangria. HEX triplet: 7F, 01 and 0F. RGB value is (127,1,15). Sum of RGB (Red+Green+Blue) = 127+1+15=143 (18% of max value = 765). Red value is 127 (50% from 255 or 88.81% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 15 (6.25% from 255 or 10.49% from 143); Max value from RGB is 127 - color contains mainly: red. Hex color #7F010F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F010F is #80FEF0. Grayscale: #282828. Windows color (decimal): -8453873 or 983423. OLE color: 983423.
HSL color Cylindrical-coordinate representation of color #7F010F: hue angle of 353.33º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F010F is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 1 | 15 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.50 |
| HSL | 353.33º | 0.98% | 0.25% | - |
| HSV(B) | 353.33º | 0.99% | 0.5% | - |
| XYZ | 8.85 | 4.57 | 0.87 | - |
| YUV | 40.27 | 113.74 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 1 | 15 | 0 | 0.99 | 0.88 | 0.50 | 353.33 | 0.98 | 0.25 |
| Hex | 7F | 1 | F | 0 | 63 | 58 | 32 | 161 | 62 | 19 |
| Octal | 177 | 1 | 17 | 0 | 143 | 130 | 62 | 541 | 142 | 31 |
| Binary | 1111111 | 1 | 1111 | 0 | 1100011 | 1011000 | 110010 | 101100001 | 1100010 | 11001 |
Color Harmonies of #7F010F
Complementary color
Monochromatic Colors of #7F010F
Black with #7F010F
Text Example
Text Example
White with #7F010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F010F; }
p { color: rgb(127,1,15); }
H1.HeaderClassName
{
color: #7F010F;
}
.AnyTagClassName
{
color: #7F010F;
}
</style>
background-color css
<style>
a { background-color: #7F010F; }
a { background-color: rgb(127,1,15); }
div.DivClassName
{
background-color: #7F010F;
}
.BgClassName
{
background-color: #7F010F;
}
</style>
border-color css
<style>
span { border-color: #7F010F; }
span { border-color: rgb(127,1,15); }
td.TdClassName
{
border-color: #7F010F;
}
.TagClassName
{
border-color: #7F010F;
}
</style>