Shades of Sangria #7D020B
Tints of Sangria #7D020B
RGB
CMYK
RGB Variations
Color information
#7D020B (or 0x7D020B) is known color: Sangria. HEX triplet: 7D, 02 and 0B. RGB value is (125,2,11). Sum of RGB (Red+Green+Blue) = 125+2+11=138 (18% of max value = 765). Red value is 125 (49.22% from 255 or 90.58% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 11 (4.69% from 255 or 7.97% from 138); Max value from RGB is 125 - color contains mainly: red. Hex color #7D020B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D020B is #82FDF4. Grayscale: #272727. Windows color (decimal): -8584693 or 721533. OLE color: 721533.
HSL color Cylindrical-coordinate representation of color #7D020B: hue angle of 355.61º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D020B is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 2 | 11 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.51 |
| HSL | 355.61º | 0.97% | 0.25% | - |
| HSV(B) | 355.61º | 0.98% | 0.49% | - |
| XYZ | 8.54 | 4.43 | 0.72 | - |
| YUV | 39.8 | 111.75 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 2 | 11 | 0 | 0.98 | 0.91 | 0.51 | 355.61 | 0.97 | 0.25 |
| Hex | 7D | 2 | B | 0 | 62 | 5B | 33 | 164 | 61 | 19 |
| Octal | 175 | 2 | 13 | 0 | 142 | 133 | 63 | 544 | 141 | 31 |
| Binary | 1111101 | 10 | 1011 | 0 | 1100010 | 1011011 | 110011 | 101100100 | 1100001 | 11001 |
Color Harmonies of #7D020B
Complementary color
Monochromatic Colors of #7D020B
Black with #7D020B
Text Example
Text Example
White with #7D020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D020B; }
p { color: rgb(125,2,11); }
H1.HeaderClassName
{
color: #7D020B;
}
.AnyTagClassName
{
color: #7D020B;
}
</style>
background-color css
<style>
a { background-color: #7D020B; }
a { background-color: rgb(125,2,11); }
div.DivClassName
{
background-color: #7D020B;
}
.BgClassName
{
background-color: #7D020B;
}
</style>
border-color css
<style>
span { border-color: #7D020B; }
span { border-color: rgb(125,2,11); }
td.TdClassName
{
border-color: #7D020B;
}
.TagClassName
{
border-color: #7D020B;
}
</style>