Shades of Sangria #7F0001
Tints of Sangria #7F0001
RGB
CMYK
RGB Variations
Color information
#7F0001 (or 0x7F0001) is known color: Sangria. HEX triplet: 7F, 00 and 01. RGB value is (127,0,1). Sum of RGB (Red+Green+Blue) = 127+0+1=128 (16% of max value = 765). Red value is 127 (50% from 255 or 99.22% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 1 (0.78% from 255 or 0.78% from 128); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F0001 is #80FFFE. Grayscale: #262626. Windows color (decimal): -8454143 or 65663. OLE color: 65663.
HSL color Cylindrical-coordinate representation of color #7F0001: hue angle of 359.53º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F0001 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 0 | 1 | - |
| CMYK | 0 | 1 | 0.99 | 0.50 |
| HSL | 359.53º | 1% | 0.25% | - |
| HSV(B) | 359.53º | 1% | 0.5% | - |
| XYZ | 8.76 | 4.51 | 0.44 | - |
| YUV | 38.09 | 107.08 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 0 | 1 | 0 | 1 | 0.99 | 0.50 | 359.53 | 1 | 0.25 |
| Hex | 7F | 0 | 1 | 0 | 64 | 63 | 32 | 168 | 64 | 19 |
| Octal | 177 | 0 | 1 | 0 | 144 | 143 | 62 | 550 | 144 | 31 |
| Binary | 1111111 | 0 | 1 | 0 | 1100100 | 1100011 | 110010 | 101101000 | 1100100 | 11001 |
Color Harmonies of #7F0001
Complementary color
Monochromatic Colors of #7F0001
Black with #7F0001
Text Example
Text Example
White with #7F0001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0001; }
p { color: rgb(127,0,1); }
H1.HeaderClassName
{
color: #7F0001;
}
.AnyTagClassName
{
color: #7F0001;
}
</style>
background-color css
<style>
a { background-color: #7F0001; }
a { background-color: rgb(127,0,1); }
div.DivClassName
{
background-color: #7F0001;
}
.BgClassName
{
background-color: #7F0001;
}
</style>
border-color css
<style>
span { border-color: #7F0001; }
span { border-color: rgb(127,0,1); }
td.TdClassName
{
border-color: #7F0001;
}
.TagClassName
{
border-color: #7F0001;
}
</style>