Shades of Sangria #7A030D
Tints of Sangria #7A030D
RGB
CMYK
RGB Variations
Color information
#7A030D (or 0x7A030D) is known color: Sangria. HEX triplet: 7A, 03 and 0D. RGB value is (122,3,13). Sum of RGB (Red+Green+Blue) = 122+3+13=138 (18% of max value = 765). Red value is 122 (48.05% from 255 or 88.41% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 122 - color contains mainly: red. Hex color #7A030D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A030D is #85FCF2. Grayscale: #272727. Windows color (decimal): -8781043 or 852858. OLE color: 852858.
HSL color Cylindrical-coordinate representation of color #7A030D: hue angle of 354.96º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A030D is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 3 | 13 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.52 |
| HSL | 354.96º | 0.95% | 0.25% | - |
| HSV(B) | 354.96º | 0.98% | 0.48% | - |
| XYZ | 8.13 | 4.23 | 0.77 | - |
| YUV | 39.72 | 112.92 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 3 | 13 | 0 | 0.98 | 0.89 | 0.52 | 354.96 | 0.95 | 0.25 |
| Hex | 7A | 3 | D | 0 | 62 | 59 | 34 | 163 | 5F | 19 |
| Octal | 172 | 3 | 15 | 0 | 142 | 131 | 64 | 543 | 137 | 31 |
| Binary | 1111010 | 11 | 1101 | 0 | 1100010 | 1011001 | 110100 | 101100011 | 1011111 | 11001 |
Color Harmonies of #7A030D
Complementary color
Monochromatic Colors of #7A030D
Black with #7A030D
Text Example
Text Example
White with #7A030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A030D; }
p { color: rgb(122,3,13); }
H1.HeaderClassName
{
color: #7A030D;
}
.AnyTagClassName
{
color: #7A030D;
}
</style>
background-color css
<style>
a { background-color: #7A030D; }
a { background-color: rgb(122,3,13); }
div.DivClassName
{
background-color: #7A030D;
}
.BgClassName
{
background-color: #7A030D;
}
</style>
border-color css
<style>
span { border-color: #7A030D; }
span { border-color: rgb(122,3,13); }
td.TdClassName
{
border-color: #7A030D;
}
.TagClassName
{
border-color: #7A030D;
}
</style>