Shades of Sangria #7A030B
Tints of Sangria #7A030B
RGB
CMYK
RGB Variations
Color information
#7A030B (or 0x7A030B) is known color: Sangria. HEX triplet: 7A, 03 and 0B. RGB value is (122,3,11). Sum of RGB (Red+Green+Blue) = 122+3+11=136 (18% of max value = 765). Red value is 122 (48.05% from 255 or 89.71% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 122 - color contains mainly: red. Hex color #7A030B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A030B is #85FCF4. Grayscale: #272727. Windows color (decimal): -8781045 or 721786. OLE color: 721786.
HSL color Cylindrical-coordinate representation of color #7A030B: hue angle of 355.97º 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 #7A030B is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 3 | 11 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.52 |
| HSL | 355.97º | 0.95% | 0.25% | - |
| HSV(B) | 355.97º | 0.98% | 0.48% | - |
| XYZ | 8.12 | 4.23 | 0.7 | - |
| YUV | 39.49 | 111.92 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 3 | 11 | 0 | 0.98 | 0.91 | 0.52 | 355.97 | 0.95 | 0.25 |
| Hex | 7A | 3 | B | 0 | 62 | 5B | 34 | 164 | 5F | 19 |
| Octal | 172 | 3 | 13 | 0 | 142 | 133 | 64 | 544 | 137 | 31 |
| Binary | 1111010 | 11 | 1011 | 0 | 1100010 | 1011011 | 110100 | 101100100 | 1011111 | 11001 |
Color Harmonies of #7A030B
Complementary color
Monochromatic Colors of #7A030B
Black with #7A030B
Text Example
Text Example
White with #7A030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A030B; }
p { color: rgb(122,3,11); }
H1.HeaderClassName
{
color: #7A030B;
}
.AnyTagClassName
{
color: #7A030B;
}
</style>
background-color css
<style>
a { background-color: #7A030B; }
a { background-color: rgb(122,3,11); }
div.DivClassName
{
background-color: #7A030B;
}
.BgClassName
{
background-color: #7A030B;
}
</style>
border-color css
<style>
span { border-color: #7A030B; }
span { border-color: rgb(122,3,11); }
td.TdClassName
{
border-color: #7A030B;
}
.TagClassName
{
border-color: #7A030B;
}
</style>