Shades of Sangria #7F0002
Tints of Sangria #7F0002
RGB
CMYK
RGB Variations
Color information
#7F0002 (or 0x7F0002) is known color: Sangria. HEX triplet: 7F, 00 and 02. RGB value is (127,0,2). Sum of RGB (Red+Green+Blue) = 127+0+2=129 (17% of max value = 765). Red value is 127 (50% from 255 or 98.45% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 2 (1.17% from 255 or 1.55% from 129); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F0002 is #80FFFD. Grayscale: #262626. Windows color (decimal): -8454142 or 131199. OLE color: 131199.
HSL color Cylindrical-coordinate representation of color #7F0002: hue angle of 359.06º 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 #7F0002 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 0 | 2 | - |
| CMYK | 0 | 1 | 0.98 | 0.50 |
| HSL | 359.06º | 1% | 0.25% | - |
| HSV(B) | 359.06º | 1% | 0.5% | - |
| XYZ | 8.76 | 4.52 | 0.47 | - |
| YUV | 38.2 | 107.58 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 0 | 2 | 0 | 1 | 0.98 | 0.50 | 359.06 | 1 | 0.25 |
| Hex | 7F | 0 | 2 | 0 | 64 | 62 | 32 | 167 | 64 | 19 |
| Octal | 177 | 0 | 2 | 0 | 144 | 142 | 62 | 547 | 144 | 31 |
| Binary | 1111111 | 0 | 10 | 0 | 1100100 | 1100010 | 110010 | 101100111 | 1100100 | 11001 |
Color Harmonies of #7F0002
Complementary color
Monochromatic Colors of #7F0002
Black with #7F0002
Text Example
Text Example
White with #7F0002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0002; }
p { color: rgb(127,0,2); }
H1.HeaderClassName
{
color: #7F0002;
}
.AnyTagClassName
{
color: #7F0002;
}
</style>
background-color css
<style>
a { background-color: #7F0002; }
a { background-color: rgb(127,0,2); }
div.DivClassName
{
background-color: #7F0002;
}
.BgClassName
{
background-color: #7F0002;
}
</style>
border-color css
<style>
span { border-color: #7F0002; }
span { border-color: rgb(127,0,2); }
td.TdClassName
{
border-color: #7F0002;
}
.TagClassName
{
border-color: #7F0002;
}
</style>