Shades of Sangria #7F030F
Tints of Sangria #7F030F
RGB
CMYK
RGB Variations
Color information
#7F030F (or 0x7F030F) is known color: Sangria. HEX triplet: 7F, 03 and 0F. RGB value is (127,3,15). Sum of RGB (Red+Green+Blue) = 127+3+15=145 (19% of max value = 765). Red value is 127 (50% from 255 or 87.59% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 15 (6.25% from 255 or 10.34% from 145); Max value from RGB is 127 - color contains mainly: red. Hex color #7F030F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F030F is #80FCF0. Grayscale: #292929. Windows color (decimal): -8453361 or 983935. OLE color: 983935.
HSL color Cylindrical-coordinate representation of color #7F030F: hue angle of 354.19º 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 #7F030F is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 3 | 15 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.50 |
| HSL | 354.19º | 0.95% | 0.25% | - |
| HSV(B) | 354.19º | 0.98% | 0.5% | - |
| XYZ | 8.87 | 4.61 | 0.87 | - |
| YUV | 41.44 | 113.08 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 3 | 15 | 0 | 0.98 | 0.88 | 0.50 | 354.19 | 0.95 | 0.25 |
| Hex | 7F | 3 | F | 0 | 62 | 58 | 32 | 162 | 5F | 19 |
| Octal | 177 | 3 | 17 | 0 | 142 | 130 | 62 | 542 | 137 | 31 |
| Binary | 1111111 | 11 | 1111 | 0 | 1100010 | 1011000 | 110010 | 101100010 | 1011111 | 11001 |
Color Harmonies of #7F030F
Complementary color
Monochromatic Colors of #7F030F
Black with #7F030F
Text Example
Text Example
White with #7F030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F030F; }
p { color: rgb(127,3,15); }
H1.HeaderClassName
{
color: #7F030F;
}
.AnyTagClassName
{
color: #7F030F;
}
</style>
background-color css
<style>
a { background-color: #7F030F; }
a { background-color: rgb(127,3,15); }
div.DivClassName
{
background-color: #7F030F;
}
.BgClassName
{
background-color: #7F030F;
}
</style>
border-color css
<style>
span { border-color: #7F030F; }
span { border-color: rgb(127,3,15); }
td.TdClassName
{
border-color: #7F030F;
}
.TagClassName
{
border-color: #7F030F;
}
</style>