Shades of Sangria #7A0308
Tints of Sangria #7A0308
RGB
CMYK
RGB Variations
Color information
#7A0308 (or 0x7A0308) is known color: Sangria. HEX triplet: 7A, 03 and 08. RGB value is (122,3,8). Sum of RGB (Red+Green+Blue) = 122+3+8=133 (17% of max value = 765). Red value is 122 (48.05% from 255 or 91.73% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 8 (3.52% from 255 or 6.02% from 133); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0308 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0308 is #85FCF7. Grayscale: #272727. Windows color (decimal): -8781048 or 525178. OLE color: 525178.
HSL color Cylindrical-coordinate representation of color #7A0308: hue angle of 357.48º 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 #7A0308 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 3 | 8 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.52 |
| HSL | 357.48º | 0.95% | 0.25% | - |
| HSV(B) | 357.48º | 0.98% | 0.48% | - |
| XYZ | 8.1 | 4.22 | 0.62 | - |
| YUV | 39.15 | 110.42 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 3 | 8 | 0 | 0.98 | 0.93 | 0.52 | 357.48 | 0.95 | 0.25 |
| Hex | 7A | 3 | 8 | 0 | 62 | 5D | 34 | 165 | 5F | 19 |
| Octal | 172 | 3 | 10 | 0 | 142 | 135 | 64 | 545 | 137 | 31 |
| Binary | 1111010 | 11 | 1000 | 0 | 1100010 | 1011101 | 110100 | 101100101 | 1011111 | 11001 |
Color Harmonies of #7A0308
Complementary color
Monochromatic Colors of #7A0308
Black with #7A0308
Text Example
Text Example
White with #7A0308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0308; }
p { color: rgb(122,3,8); }
H1.HeaderClassName
{
color: #7A0308;
}
.AnyTagClassName
{
color: #7A0308;
}
</style>
background-color css
<style>
a { background-color: #7A0308; }
a { background-color: rgb(122,3,8); }
div.DivClassName
{
background-color: #7A0308;
}
.BgClassName
{
background-color: #7A0308;
}
</style>
border-color css
<style>
span { border-color: #7A0308; }
span { border-color: rgb(122,3,8); }
td.TdClassName
{
border-color: #7A0308;
}
.TagClassName
{
border-color: #7A0308;
}
</style>