Shades of Sangria #9D0A0B
Tints of Sangria #9D0A0B
RGB
CMYK
RGB Variations
Color information
#9D0A0B (or 0x9D0A0B) is known color: Sangria. HEX triplet: 9D, 0A and 0B. RGB value is (157,10,11). Sum of RGB (Red+Green+Blue) = 157+10+11=178 (23% of max value = 765). Red value is 157 (61.72% from 255 or 88.20% from 178); Green value is 10 (4.30% from 255 or 5.62% from 178); Blue value is 11 (4.69% from 255 or 6.18% from 178); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0A0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D0A0B is #62F5F4. Grayscale: #363636. Windows color (decimal): -6485493 or 723613. OLE color: 723613.
HSL color Cylindrical-coordinate representation of color #9D0A0B: hue angle of 359.59º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9D0A0B is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 10 | 11 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.38 |
| HSL | 359.59º | 0.88% | 0.33% | - |
| HSV(B) | 359.59º | 0.94% | 0.62% | - |
| XYZ | 14.07 | 7.41 | 1 | - |
| YUV | 54.07 | 103.7 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 10 | 11 | 0 | 0.94 | 0.93 | 0.38 | 359.59 | 0.88 | 0.33 |
| Hex | 9D | A | B | 0 | 5E | 5D | 26 | 168 | 58 | 21 |
| Octal | 235 | 12 | 13 | 0 | 136 | 135 | 46 | 550 | 130 | 41 |
| Binary | 10011101 | 1010 | 1011 | 0 | 1011110 | 1011101 | 100110 | 101101000 | 1011000 | 100001 |
Color Harmonies of #9D0A0B
Complementary color
Monochromatic Colors of #9D0A0B
Black with #9D0A0B
Text Example
Text Example
White with #9D0A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0A0B; }
p { color: rgb(157,10,11); }
H1.HeaderClassName
{
color: #9D0A0B;
}
.AnyTagClassName
{
color: #9D0A0B;
}
</style>
background-color css
<style>
a { background-color: #9D0A0B; }
a { background-color: rgb(157,10,11); }
div.DivClassName
{
background-color: #9D0A0B;
}
.BgClassName
{
background-color: #9D0A0B;
}
</style>
border-color css
<style>
span { border-color: #9D0A0B; }
span { border-color: rgb(157,10,11); }
td.TdClassName
{
border-color: #9D0A0B;
}
.TagClassName
{
border-color: #9D0A0B;
}
</style>