Shades of Sangria #9D010B
Tints of Sangria #9D010B
RGB
CMYK
RGB Variations
Color information
#9D010B (or 0x9D010B) is known color: Sangria. HEX triplet: 9D, 01 and 0B. RGB value is (157,1,11). Sum of RGB (Red+Green+Blue) = 157+1+11=169 (22% of max value = 765). Red value is 157 (61.72% from 255 or 92.90% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 11 (4.69% from 255 or 6.51% from 169); Max value from RGB is 157 - color contains mainly: red. Hex color #9D010B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D010B is #62FEF4. Grayscale: #303030. Windows color (decimal): -6487797 or 721309. OLE color: 721309.
HSL color Cylindrical-coordinate representation of color #9D010B: hue angle of 356.15º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9D010B is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 1 | 11 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.38 |
| HSL | 356.15º | 0.99% | 0.31% | - |
| HSV(B) | 356.15º | 0.99% | 0.62% | - |
| XYZ | 13.98 | 7.21 | 0.97 | - |
| YUV | 48.78 | 106.68 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 1 | 11 | 0 | 0.99 | 0.93 | 0.38 | 356.15 | 0.99 | 0.31 |
| Hex | 9D | 1 | B | 0 | 63 | 5D | 26 | 164 | 63 | 1F |
| Octal | 235 | 1 | 13 | 0 | 143 | 135 | 46 | 544 | 143 | 37 |
| Binary | 10011101 | 1 | 1011 | 0 | 1100011 | 1011101 | 100110 | 101100100 | 1100011 | 11111 |
Color Harmonies of #9D010B
Complementary color
Monochromatic Colors of #9D010B
Black with #9D010B
Text Example
Text Example
White with #9D010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D010B; }
p { color: rgb(157,1,11); }
H1.HeaderClassName
{
color: #9D010B;
}
.AnyTagClassName
{
color: #9D010B;
}
</style>
background-color css
<style>
a { background-color: #9D010B; }
a { background-color: rgb(157,1,11); }
div.DivClassName
{
background-color: #9D010B;
}
.BgClassName
{
background-color: #9D010B;
}
</style>
border-color css
<style>
span { border-color: #9D010B; }
span { border-color: rgb(157,1,11); }
td.TdClassName
{
border-color: #9D010B;
}
.TagClassName
{
border-color: #9D010B;
}
</style>