Shades of Sangria #7F050D
Tints of Sangria #7F050D
RGB
CMYK
RGB Variations
Color information
#7F050D (or 0x7F050D) is known color: Sangria. HEX triplet: 7F, 05 and 0D. RGB value is (127,5,13). Sum of RGB (Red+Green+Blue) = 127+5+13=145 (19% of max value = 765). Red value is 127 (50% from 255 or 87.59% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 13 (5.47% from 255 or 8.97% from 145); Max value from RGB is 127 - color contains mainly: red. Hex color #7F050D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F050D is #80FAF2. Grayscale: #2A2A2A. Windows color (decimal): -8452851 or 853375. OLE color: 853375.
HSL color Cylindrical-coordinate representation of color #7F050D: hue angle of 356.07º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F050D is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 5 | 13 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.50 |
| HSL | 356.07º | 0.92% | 0.26% | - |
| HSV(B) | 356.07º | 0.96% | 0.5% | - |
| XYZ | 8.88 | 4.65 | 0.81 | - |
| YUV | 42.39 | 111.42 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 5 | 13 | 0 | 0.96 | 0.90 | 0.50 | 356.07 | 0.92 | 0.26 |
| Hex | 7F | 5 | D | 0 | 60 | 5A | 32 | 164 | 5C | 1A |
| Octal | 177 | 5 | 15 | 0 | 140 | 132 | 62 | 544 | 134 | 32 |
| Binary | 1111111 | 101 | 1101 | 0 | 1100000 | 1011010 | 110010 | 101100100 | 1011100 | 11010 |
Color Harmonies of #7F050D
Complementary color
Monochromatic Colors of #7F050D
Black with #7F050D
Text Example
Text Example
White with #7F050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F050D; }
p { color: rgb(127,5,13); }
H1.HeaderClassName
{
color: #7F050D;
}
.AnyTagClassName
{
color: #7F050D;
}
</style>
background-color css
<style>
a { background-color: #7F050D; }
a { background-color: rgb(127,5,13); }
div.DivClassName
{
background-color: #7F050D;
}
.BgClassName
{
background-color: #7F050D;
}
</style>
border-color css
<style>
span { border-color: #7F050D; }
span { border-color: rgb(127,5,13); }
td.TdClassName
{
border-color: #7F050D;
}
.TagClassName
{
border-color: #7F050D;
}
</style>