Shades of Sangria #9D000B
Tints of Sangria #9D000B
RGB
CMYK
RGB Variations
Color information
#9D000B (or 0x9D000B) is known color: Sangria. HEX triplet: 9D, 00 and 0B. RGB value is (157,0,11). Sum of RGB (Red+Green+Blue) = 157+0+11=168 (22% of max value = 765). Red value is 157 (61.72% from 255 or 93.45% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 11 (4.69% from 255 or 6.55% from 168); Max value from RGB is 157 - color contains mainly: red. Hex color #9D000B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D000B is #62FFF4. Grayscale: #303030. Windows color (decimal): -6488053 or 721053. OLE color: 721053.
HSL color Cylindrical-coordinate representation of color #9D000B: hue angle of 355.8º 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 #9D000B is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.93 | 0.38 |
| HSL | 355.8º | 1% | 0.31% | - |
| HSV(B) | 355.8º | 1% | 0.62% | - |
| XYZ | 13.97 | 7.19 | 0.97 | - |
| YUV | 48.2 | 107.01 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 0 | 11 | 0 | 1 | 0.93 | 0.38 | 355.8 | 1 | 0.31 |
| Hex | 9D | 0 | B | 0 | 64 | 5D | 26 | 164 | 64 | 1F |
| Octal | 235 | 0 | 13 | 0 | 144 | 135 | 46 | 544 | 144 | 37 |
| Binary | 10011101 | 0 | 1011 | 0 | 1100100 | 1011101 | 100110 | 101100100 | 1100100 | 11111 |
Color Harmonies of #9D000B
Complementary color
Monochromatic Colors of #9D000B
Black with #9D000B
Text Example
Text Example
White with #9D000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D000B; }
p { color: rgb(157,0,11); }
H1.HeaderClassName
{
color: #9D000B;
}
.AnyTagClassName
{
color: #9D000B;
}
</style>
background-color css
<style>
a { background-color: #9D000B; }
a { background-color: rgb(157,0,11); }
div.DivClassName
{
background-color: #9D000B;
}
.BgClassName
{
background-color: #9D000B;
}
</style>
border-color css
<style>
span { border-color: #9D000B; }
span { border-color: rgb(157,0,11); }
td.TdClassName
{
border-color: #9D000B;
}
.TagClassName
{
border-color: #9D000B;
}
</style>