Shades of Sangria #9A0B0D
Tints of Sangria #9A0B0D
RGB
CMYK
RGB Variations
Color information
#9A0B0D (or 0x9A0B0D) is known color: Sangria. HEX triplet: 9A, 0B and 0D. RGB value is (154,11,13). Sum of RGB (Red+Green+Blue) = 154+11+13=178 (23% of max value = 765). Red value is 154 (60.55% from 255 or 86.52% from 178); Green value is 11 (4.69% from 255 or 6.18% from 178); Blue value is 13 (5.47% from 255 or 7.30% from 178); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0B0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A0B0D is #65F4F2. Grayscale: #363636. Windows color (decimal): -6681843 or 854938. OLE color: 854938.
HSL color Cylindrical-coordinate representation of color #9A0B0D: hue angle of 359.16º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9A0B0D is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 11 | 13 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.40 |
| HSL | 359.16º | 0.87% | 0.32% | - |
| HSV(B) | 359.16º | 0.93% | 0.6% | - |
| XYZ | 13.52 | 7.14 | 1.05 | - |
| YUV | 53.99 | 104.88 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 11 | 13 | 0 | 0.93 | 0.92 | 0.40 | 359.16 | 0.87 | 0.32 |
| Hex | 9A | B | D | 0 | 5D | 5C | 28 | 167 | 57 | 20 |
| Octal | 232 | 13 | 15 | 0 | 135 | 134 | 50 | 547 | 127 | 40 |
| Binary | 10011010 | 1011 | 1101 | 0 | 1011101 | 1011100 | 101000 | 101100111 | 1010111 | 100000 |
Color Harmonies of #9A0B0D
Complementary color
Monochromatic Colors of #9A0B0D
Black with #9A0B0D
Text Example
Text Example
White with #9A0B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0B0D; }
p { color: rgb(154,11,13); }
H1.HeaderClassName
{
color: #9A0B0D;
}
.AnyTagClassName
{
color: #9A0B0D;
}
</style>
background-color css
<style>
a { background-color: #9A0B0D; }
a { background-color: rgb(154,11,13); }
div.DivClassName
{
background-color: #9A0B0D;
}
.BgClassName
{
background-color: #9A0B0D;
}
</style>
border-color css
<style>
span { border-color: #9A0B0D; }
span { border-color: rgb(154,11,13); }
td.TdClassName
{
border-color: #9A0B0D;
}
.TagClassName
{
border-color: #9A0B0D;
}
</style>