Shades of Sangria #7D030A
Tints of Sangria #7D030A
RGB
CMYK
RGB Variations
Color information
#7D030A (or 0x7D030A) is known color: Sangria. HEX triplet: 7D, 03 and 0A. RGB value is (125,3,10). Sum of RGB (Red+Green+Blue) = 125+3+10=138 (18% of max value = 765). Red value is 125 (49.22% from 255 or 90.58% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 10 (4.30% from 255 or 7.25% from 138); Max value from RGB is 125 - color contains mainly: red. Hex color #7D030A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D030A is #82FCF5. Grayscale: #282828. Windows color (decimal): -8584438 or 656253. OLE color: 656253.
HSL color Cylindrical-coordinate representation of color #7D030A: hue angle of 356.56º degrees, saturation: 0.95, 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 #7D030A is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 3 | 10 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.51 |
| HSL | 356.56º | 0.95% | 0.25% | - |
| HSV(B) | 356.56º | 0.98% | 0.49% | - |
| XYZ | 8.54 | 4.45 | 0.7 | - |
| YUV | 40.28 | 110.92 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 3 | 10 | 0 | 0.98 | 0.92 | 0.51 | 356.56 | 0.95 | 0.25 |
| Hex | 7D | 3 | A | 0 | 62 | 5C | 33 | 165 | 5F | 19 |
| Octal | 175 | 3 | 12 | 0 | 142 | 134 | 63 | 545 | 137 | 31 |
| Binary | 1111101 | 11 | 1010 | 0 | 1100010 | 1011100 | 110011 | 101100101 | 1011111 | 11001 |
Color Harmonies of #7D030A
Complementary color
Monochromatic Colors of #7D030A
Black with #7D030A
Text Example
Text Example
White with #7D030A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D030A; }
p { color: rgb(125,3,10); }
H1.HeaderClassName
{
color: #7D030A;
}
.AnyTagClassName
{
color: #7D030A;
}
</style>
background-color css
<style>
a { background-color: #7D030A; }
a { background-color: rgb(125,3,10); }
div.DivClassName
{
background-color: #7D030A;
}
.BgClassName
{
background-color: #7D030A;
}
</style>
border-color css
<style>
span { border-color: #7D030A; }
span { border-color: rgb(125,3,10); }
td.TdClassName
{
border-color: #7D030A;
}
.TagClassName
{
border-color: #7D030A;
}
</style>