Shades of Sangria #7F010B
Tints of Sangria #7F010B
RGB
CMYK
RGB Variations
Color information
#7F010B (or 0x7F010B) is known color: Sangria. HEX triplet: 7F, 01 and 0B. RGB value is (127,1,11). Sum of RGB (Red+Green+Blue) = 127+1+11=139 (18% of max value = 765). Red value is 127 (50% from 255 or 91.37% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 11 (4.69% from 255 or 7.91% from 139); Max value from RGB is 127 - color contains mainly: red. Hex color #7F010B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F010B is #80FEF4. Grayscale: #272727. Windows color (decimal): -8453877 or 721279. OLE color: 721279.
HSL color Cylindrical-coordinate representation of color #7F010B: hue angle of 355.24º 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 #7F010B is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 1 | 11 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.50 |
| HSL | 355.24º | 0.98% | 0.25% | - |
| HSV(B) | 355.24º | 0.99% | 0.5% | - |
| XYZ | 8.82 | 4.56 | 0.73 | - |
| YUV | 39.81 | 111.74 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 1 | 11 | 0 | 0.99 | 0.91 | 0.50 | 355.24 | 0.98 | 0.25 |
| Hex | 7F | 1 | B | 0 | 63 | 5B | 32 | 163 | 62 | 19 |
| Octal | 177 | 1 | 13 | 0 | 143 | 133 | 62 | 543 | 142 | 31 |
| Binary | 1111111 | 1 | 1011 | 0 | 1100011 | 1011011 | 110010 | 101100011 | 1100010 | 11001 |
Color Harmonies of #7F010B
Complementary color
Monochromatic Colors of #7F010B
Black with #7F010B
Text Example
Text Example
White with #7F010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F010B; }
p { color: rgb(127,1,11); }
H1.HeaderClassName
{
color: #7F010B;
}
.AnyTagClassName
{
color: #7F010B;
}
</style>
background-color css
<style>
a { background-color: #7F010B; }
a { background-color: rgb(127,1,11); }
div.DivClassName
{
background-color: #7F010B;
}
.BgClassName
{
background-color: #7F010B;
}
</style>
border-color css
<style>
span { border-color: #7F010B; }
span { border-color: rgb(127,1,11); }
td.TdClassName
{
border-color: #7F010B;
}
.TagClassName
{
border-color: #7F010B;
}
</style>