Shades of Sangria #9D000D
Tints of Sangria #9D000D
RGB
CMYK
RGB Variations
Color information
#9D000D (or 0x9D000D) is known color: Sangria. HEX triplet: 9D, 00 and 0D. RGB value is (157,0,13). Sum of RGB (Red+Green+Blue) = 157+0+13=170 (22% of max value = 765). Red value is 157 (61.72% from 255 or 92.35% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 13 (5.47% from 255 or 7.65% from 170); Max value from RGB is 157 - color contains mainly: red. Hex color #9D000D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D000D is #62FFF2. Grayscale: #303030. Windows color (decimal): -6488051 or 852125. OLE color: 852125.
HSL color Cylindrical-coordinate representation of color #9D000D: hue angle of 355.03º 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 #9D000D is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.92 | 0.38 |
| HSL | 355.03º | 1% | 0.31% | - |
| HSV(B) | 355.03º | 1% | 0.62% | - |
| XYZ | 13.98 | 7.2 | 1.03 | - |
| YUV | 48.43 | 108.01 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 0 | 13 | 0 | 1 | 0.92 | 0.38 | 355.03 | 1 | 0.31 |
| Hex | 9D | 0 | D | 0 | 64 | 5C | 26 | 163 | 64 | 1F |
| Octal | 235 | 0 | 15 | 0 | 144 | 134 | 46 | 543 | 144 | 37 |
| Binary | 10011101 | 0 | 1101 | 0 | 1100100 | 1011100 | 100110 | 101100011 | 1100100 | 11111 |
Color Harmonies of #9D000D
Complementary color
Monochromatic Colors of #9D000D
Black with #9D000D
Text Example
Text Example
White with #9D000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D000D; }
p { color: rgb(157,0,13); }
H1.HeaderClassName
{
color: #9D000D;
}
.AnyTagClassName
{
color: #9D000D;
}
</style>
background-color css
<style>
a { background-color: #9D000D; }
a { background-color: rgb(157,0,13); }
div.DivClassName
{
background-color: #9D000D;
}
.BgClassName
{
background-color: #9D000D;
}
</style>
border-color css
<style>
span { border-color: #9D000D; }
span { border-color: rgb(157,0,13); }
td.TdClassName
{
border-color: #9D000D;
}
.TagClassName
{
border-color: #9D000D;
}
</style>