Shades of Sangria #7F030E
Tints of Sangria #7F030E
RGB
CMYK
RGB Variations
Color information
#7F030E (or 0x7F030E) is known color: Sangria. HEX triplet: 7F, 03 and 0E. RGB value is (127,3,14). Sum of RGB (Red+Green+Blue) = 127+3+14=144 (19% of max value = 765). Red value is 127 (50% from 255 or 88.19% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 14 (5.86% from 255 or 9.72% from 144); Max value from RGB is 127 - color contains mainly: red. Hex color #7F030E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F030E is #80FCF1. Grayscale: #292929. Windows color (decimal): -8453362 or 918399. OLE color: 918399.
HSL color Cylindrical-coordinate representation of color #7F030E: hue angle of 354.68º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F030E is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 3 | 14 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.50 |
| HSL | 354.68º | 0.95% | 0.25% | - |
| HSV(B) | 354.68º | 0.98% | 0.5% | - |
| XYZ | 8.86 | 4.61 | 0.84 | - |
| YUV | 41.33 | 112.58 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 3 | 14 | 0 | 0.98 | 0.89 | 0.50 | 354.68 | 0.95 | 0.25 |
| Hex | 7F | 3 | E | 0 | 62 | 59 | 32 | 163 | 5F | 19 |
| Octal | 177 | 3 | 16 | 0 | 142 | 131 | 62 | 543 | 137 | 31 |
| Binary | 1111111 | 11 | 1110 | 0 | 1100010 | 1011001 | 110010 | 101100011 | 1011111 | 11001 |
Color Harmonies of #7F030E
Complementary color
Monochromatic Colors of #7F030E
Black with #7F030E
Text Example
Text Example
White with #7F030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F030E; }
p { color: rgb(127,3,14); }
H1.HeaderClassName
{
color: #7F030E;
}
.AnyTagClassName
{
color: #7F030E;
}
</style>
background-color css
<style>
a { background-color: #7F030E; }
a { background-color: rgb(127,3,14); }
div.DivClassName
{
background-color: #7F030E;
}
.BgClassName
{
background-color: #7F030E;
}
</style>
border-color css
<style>
span { border-color: #7F030E; }
span { border-color: rgb(127,3,14); }
td.TdClassName
{
border-color: #7F030E;
}
.TagClassName
{
border-color: #7F030E;
}
</style>