Shades of Sangria #8D0001
Tints of Sangria #8D0001
RGB
CMYK
RGB Variations
Color information
#8D0001 (or 0x8D0001) is known color: Sangria. HEX triplet: 8D, 00 and 01. RGB value is (141,0,1). Sum of RGB (Red+Green+Blue) = 141+0+1=142 (18% of max value = 765). Red value is 141 (55.47% from 255 or 99.30% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 1 (0.78% from 255 or 0.70% from 142); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0001 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0001 is #72FFFE. Grayscale: #2A2A2A. Windows color (decimal): -7536639 or 65677. OLE color: 65677.
HSL color Cylindrical-coordinate representation of color #8D0001: hue angle of 359.57º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8D0001 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 0 | 1 | - |
| CMYK | 0 | 1 | 0.99 | 0.45 |
| HSL | 359.57º | 1% | 0.28% | - |
| HSV(B) | 359.57º | 1% | 0.55% | - |
| XYZ | 10.99 | 5.66 | 0.54 | - |
| YUV | 42.27 | 104.71 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 0 | 1 | 0 | 1 | 0.99 | 0.45 | 359.57 | 1 | 0.28 |
| Hex | 8D | 0 | 1 | 0 | 64 | 63 | 2D | 168 | 64 | 1C |
| Octal | 215 | 0 | 1 | 0 | 144 | 143 | 55 | 550 | 144 | 34 |
| Binary | 10001101 | 0 | 1 | 0 | 1100100 | 1100011 | 101101 | 101101000 | 1100100 | 11100 |
Color Harmonies of #8D0001
Complementary color
Monochromatic Colors of #8D0001
Black with #8D0001
Text Example
Text Example
White with #8D0001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0001; }
p { color: rgb(141,0,1); }
H1.HeaderClassName
{
color: #8D0001;
}
.AnyTagClassName
{
color: #8D0001;
}
</style>
background-color css
<style>
a { background-color: #8D0001; }
a { background-color: rgb(141,0,1); }
div.DivClassName
{
background-color: #8D0001;
}
.BgClassName
{
background-color: #8D0001;
}
</style>
border-color css
<style>
span { border-color: #8D0001; }
span { border-color: rgb(141,0,1); }
td.TdClassName
{
border-color: #8D0001;
}
.TagClassName
{
border-color: #8D0001;
}
</style>