Shades of Sangria #7F020B
Tints of Sangria #7F020B
RGB
CMYK
RGB Variations
Color information
#7F020B (or 0x7F020B) is known color: Sangria. HEX triplet: 7F, 02 and 0B. RGB value is (127,2,11). Sum of RGB (Red+Green+Blue) = 127+2+11=140 (18% of max value = 765). Red value is 127 (50% from 255 or 90.71% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 11 (4.69% from 255 or 7.86% from 140); Max value from RGB is 127 - color contains mainly: red. Hex color #7F020B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F020B is #80FDF4. Grayscale: #282828. Windows color (decimal): -8453621 or 721535. OLE color: 721535.
HSL color Cylindrical-coordinate representation of color #7F020B: hue angle of 355.68º degrees, saturation: 0.97, 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 #7F020B is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 2 | 11 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.50 |
| HSL | 355.68º | 0.97% | 0.25% | - |
| HSV(B) | 355.68º | 0.98% | 0.5% | - |
| XYZ | 8.83 | 4.58 | 0.73 | - |
| YUV | 40.4 | 111.41 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 2 | 11 | 0 | 0.98 | 0.91 | 0.50 | 355.68 | 0.97 | 0.25 |
| Hex | 7F | 2 | B | 0 | 62 | 5B | 32 | 164 | 61 | 19 |
| Octal | 177 | 2 | 13 | 0 | 142 | 133 | 62 | 544 | 141 | 31 |
| Binary | 1111111 | 10 | 1011 | 0 | 1100010 | 1011011 | 110010 | 101100100 | 1100001 | 11001 |
Color Harmonies of #7F020B
Complementary color
Monochromatic Colors of #7F020B
Black with #7F020B
Text Example
Text Example
White with #7F020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F020B; }
p { color: rgb(127,2,11); }
H1.HeaderClassName
{
color: #7F020B;
}
.AnyTagClassName
{
color: #7F020B;
}
</style>
background-color css
<style>
a { background-color: #7F020B; }
a { background-color: rgb(127,2,11); }
div.DivClassName
{
background-color: #7F020B;
}
.BgClassName
{
background-color: #7F020B;
}
</style>
border-color css
<style>
span { border-color: #7F020B; }
span { border-color: rgb(127,2,11); }
td.TdClassName
{
border-color: #7F020B;
}
.TagClassName
{
border-color: #7F020B;
}
</style>