Shades of Sangria #7F030A
Tints of Sangria #7F030A
RGB
CMYK
RGB Variations
Color information
#7F030A (or 0x7F030A) is known color: Sangria. HEX triplet: 7F, 03 and 0A. RGB value is (127,3,10). Sum of RGB (Red+Green+Blue) = 127+3+10=140 (18% of max value = 765). Red value is 127 (50% from 255 or 90.71% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 10 (4.30% from 255 or 7.14% from 140); Max value from RGB is 127 - color contains mainly: red. Hex color #7F030A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F030A is #80FCF5. Grayscale: #282828. Windows color (decimal): -8453366 or 656255. OLE color: 656255.
HSL color Cylindrical-coordinate representation of color #7F030A: hue angle of 356.61º 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 #7F030A is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 3 | 10 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.50 |
| HSL | 356.61º | 0.95% | 0.25% | - |
| HSV(B) | 356.61º | 0.98% | 0.5% | - |
| XYZ | 8.84 | 4.6 | 0.71 | - |
| YUV | 40.87 | 110.58 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 3 | 10 | 0 | 0.98 | 0.92 | 0.50 | 356.61 | 0.95 | 0.25 |
| Hex | 7F | 3 | A | 0 | 62 | 5C | 32 | 165 | 5F | 19 |
| Octal | 177 | 3 | 12 | 0 | 142 | 134 | 62 | 545 | 137 | 31 |
| Binary | 1111111 | 11 | 1010 | 0 | 1100010 | 1011100 | 110010 | 101100101 | 1011111 | 11001 |
Color Harmonies of #7F030A
Complementary color
Monochromatic Colors of #7F030A
Black with #7F030A
Text Example
Text Example
White with #7F030A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F030A; }
p { color: rgb(127,3,10); }
H1.HeaderClassName
{
color: #7F030A;
}
.AnyTagClassName
{
color: #7F030A;
}
</style>
background-color css
<style>
a { background-color: #7F030A; }
a { background-color: rgb(127,3,10); }
div.DivClassName
{
background-color: #7F030A;
}
.BgClassName
{
background-color: #7F030A;
}
</style>
border-color css
<style>
span { border-color: #7F030A; }
span { border-color: rgb(127,3,10); }
td.TdClassName
{
border-color: #7F030A;
}
.TagClassName
{
border-color: #7F030A;
}
</style>