Shades of Sangria #9D000E
Tints of Sangria #9D000E
RGB
CMYK
RGB Variations
Color information
#9D000E (or 0x9D000E) is known color: Sangria. HEX triplet: 9D, 00 and 0E. RGB value is (157,0,14). Sum of RGB (Red+Green+Blue) = 157+0+14=171 (22% of max value = 765). Red value is 157 (61.72% from 255 or 91.81% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 14 (5.86% from 255 or 8.19% from 171); Max value from RGB is 157 - color contains mainly: red. Hex color #9D000E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D000E is #62FFF1. Grayscale: #303030. Windows color (decimal): -6488050 or 917661. OLE color: 917661.
HSL color Cylindrical-coordinate representation of color #9D000E: hue angle of 354.65º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9D000E is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.91 | 0.38 |
| HSL | 354.65º | 1% | 0.31% | - |
| HSV(B) | 354.65º | 1% | 0.62% | - |
| XYZ | 13.98 | 7.2 | 1.07 | - |
| YUV | 48.54 | 108.51 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 0 | 14 | 0 | 1 | 0.91 | 0.38 | 354.65 | 1 | 0.31 |
| Hex | 9D | 0 | E | 0 | 64 | 5B | 26 | 163 | 64 | 1F |
| Octal | 235 | 0 | 16 | 0 | 144 | 133 | 46 | 543 | 144 | 37 |
| Binary | 10011101 | 0 | 1110 | 0 | 1100100 | 1011011 | 100110 | 101100011 | 1100100 | 11111 |
Color Harmonies of #9D000E
Complementary color
Monochromatic Colors of #9D000E
Black with #9D000E
Text Example
Text Example
White with #9D000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D000E; }
p { color: rgb(157,0,14); }
H1.HeaderClassName
{
color: #9D000E;
}
.AnyTagClassName
{
color: #9D000E;
}
</style>
background-color css
<style>
a { background-color: #9D000E; }
a { background-color: rgb(157,0,14); }
div.DivClassName
{
background-color: #9D000E;
}
.BgClassName
{
background-color: #9D000E;
}
</style>
border-color css
<style>
span { border-color: #9D000E; }
span { border-color: rgb(157,0,14); }
td.TdClassName
{
border-color: #9D000E;
}
.TagClassName
{
border-color: #9D000E;
}
</style>