Shades of Sangria #7D0001
Tints of Sangria #7D0001
RGB
CMYK
RGB Variations
Color information
#7D0001 (or 0x7D0001) is known color: Sangria. HEX triplet: 7D, 00 and 01. RGB value is (125,0,1). Sum of RGB (Red+Green+Blue) = 125+0+1=126 (16% of max value = 765). Red value is 125 (49.22% from 255 or 99.21% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D0001 is #82FFFE. Grayscale: #252525. Windows color (decimal): -8585215 or 65661. OLE color: 65661.
HSL color Cylindrical-coordinate representation of color #7D0001: hue angle of 359.52º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7D0001 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 0 | 1 | - |
| CMYK | 0 | 1 | 0.99 | 0.51 |
| HSL | 359.52º | 1% | 0.25% | - |
| HSV(B) | 359.52º | 1% | 0.49% | - |
| XYZ | 8.46 | 4.36 | 0.42 | - |
| YUV | 37.49 | 107.41 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 0 | 1 | 0 | 1 | 0.99 | 0.51 | 359.52 | 1 | 0.25 |
| Hex | 7D | 0 | 1 | 0 | 64 | 63 | 33 | 168 | 64 | 19 |
| Octal | 175 | 0 | 1 | 0 | 144 | 143 | 63 | 550 | 144 | 31 |
| Binary | 1111101 | 0 | 1 | 0 | 1100100 | 1100011 | 110011 | 101101000 | 1100100 | 11001 |
Color Harmonies of #7D0001
Complementary color
Monochromatic Colors of #7D0001
Black with #7D0001
Text Example
Text Example
White with #7D0001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0001; }
p { color: rgb(125,0,1); }
H1.HeaderClassName
{
color: #7D0001;
}
.AnyTagClassName
{
color: #7D0001;
}
</style>
background-color css
<style>
a { background-color: #7D0001; }
a { background-color: rgb(125,0,1); }
div.DivClassName
{
background-color: #7D0001;
}
.BgClassName
{
background-color: #7D0001;
}
</style>
border-color css
<style>
span { border-color: #7D0001; }
span { border-color: rgb(125,0,1); }
td.TdClassName
{
border-color: #7D0001;
}
.TagClassName
{
border-color: #7D0001;
}
</style>