Shades of Sangria #7D0509
Tints of Sangria #7D0509
RGB
CMYK
RGB Variations
Color information
#7D0509 (or 0x7D0509) is known color: Sangria. HEX triplet: 7D, 05 and 09. RGB value is (125,5,9). Sum of RGB (Red+Green+Blue) = 125+5+9=139 (18% of max value = 765). Red value is 125 (49.22% from 255 or 89.93% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 9 (3.91% from 255 or 6.47% from 139); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D0509 is #82FAF6. Grayscale: #292929. Windows color (decimal): -8583927 or 591229. OLE color: 591229.
HSL color Cylindrical-coordinate representation of color #7D0509: hue angle of 358º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7D0509 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 5 | 9 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.51 |
| HSL | 358º | 0.92% | 0.25% | - |
| HSV(B) | 358º | 0.96% | 0.49% | - |
| XYZ | 8.56 | 4.49 | 0.67 | - |
| YUV | 41.34 | 109.76 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 5 | 9 | 0 | 0.96 | 0.93 | 0.51 | 358 | 0.92 | 0.25 |
| Hex | 7D | 5 | 9 | 0 | 60 | 5D | 33 | 166 | 5C | 19 |
| Octal | 175 | 5 | 11 | 0 | 140 | 135 | 63 | 546 | 134 | 31 |
| Binary | 1111101 | 101 | 1001 | 0 | 1100000 | 1011101 | 110011 | 101100110 | 1011100 | 11001 |
Color Harmonies of #7D0509
Complementary color
Monochromatic Colors of #7D0509
Black with #7D0509
Text Example
Text Example
White with #7D0509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0509; }
p { color: rgb(125,5,9); }
H1.HeaderClassName
{
color: #7D0509;
}
.AnyTagClassName
{
color: #7D0509;
}
</style>
background-color css
<style>
a { background-color: #7D0509; }
a { background-color: rgb(125,5,9); }
div.DivClassName
{
background-color: #7D0509;
}
.BgClassName
{
background-color: #7D0509;
}
</style>
border-color css
<style>
span { border-color: #7D0509; }
span { border-color: rgb(125,5,9); }
td.TdClassName
{
border-color: #7D0509;
}
.TagClassName
{
border-color: #7D0509;
}
</style>