Shades of Sangria #8D0003
Tints of Sangria #8D0003
RGB
CMYK
RGB Variations
Color information
#8D0003 (or 0x8D0003) is known color: Sangria. HEX triplet: 8D, 00 and 03. RGB value is (141,0,3). Sum of RGB (Red+Green+Blue) = 141+0+3=144 (19% of max value = 765). Red value is 141 (55.47% from 255 or 97.92% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 3 (1.56% from 255 or 2.08% from 144); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0003 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0003 is #72FFFC. Grayscale: #2A2A2A. Windows color (decimal): -7536637 or 196749. OLE color: 196749.
HSL color Cylindrical-coordinate representation of color #8D0003: hue angle of 358.72º 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 #8D0003 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 0 | 3 | - |
| CMYK | 0 | 1 | 0.98 | 0.45 |
| HSL | 358.72º | 1% | 0.28% | - |
| HSV(B) | 358.72º | 1% | 0.55% | - |
| XYZ | 11 | 5.67 | 0.6 | - |
| YUV | 42.5 | 105.71 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 0 | 3 | 0 | 1 | 0.98 | 0.45 | 358.72 | 1 | 0.28 |
| Hex | 8D | 0 | 3 | 0 | 64 | 62 | 2D | 167 | 64 | 1C |
| Octal | 215 | 0 | 3 | 0 | 144 | 142 | 55 | 547 | 144 | 34 |
| Binary | 10001101 | 0 | 11 | 0 | 1100100 | 1100010 | 101101 | 101100111 | 1100100 | 11100 |
Color Harmonies of #8D0003
Complementary color
Monochromatic Colors of #8D0003
Black with #8D0003
Text Example
Text Example
White with #8D0003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0003; }
p { color: rgb(141,0,3); }
H1.HeaderClassName
{
color: #8D0003;
}
.AnyTagClassName
{
color: #8D0003;
}
</style>
background-color css
<style>
a { background-color: #8D0003; }
a { background-color: rgb(141,0,3); }
div.DivClassName
{
background-color: #8D0003;
}
.BgClassName
{
background-color: #8D0003;
}
</style>
border-color css
<style>
span { border-color: #8D0003; }
span { border-color: rgb(141,0,3); }
td.TdClassName
{
border-color: #8D0003;
}
.TagClassName
{
border-color: #8D0003;
}
</style>