Shades of Sangria #9A000D
Tints of Sangria #9A000D
RGB
CMYK
RGB Variations
Color information
#9A000D (or 0x9A000D) is known color: Sangria. HEX triplet: 9A, 00 and 0D. RGB value is (154,0,13). Sum of RGB (Red+Green+Blue) = 154+0+13=167 (22% of max value = 765). Red value is 154 (60.55% from 255 or 92.22% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 13 (5.47% from 255 or 7.78% from 167); Max value from RGB is 154 - color contains mainly: red. Hex color #9A000D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A000D is #65FFF2. Grayscale: #2F2F2F. Windows color (decimal): -6684659 or 852122. OLE color: 852122.
HSL color Cylindrical-coordinate representation of color #9A000D: hue angle of 354.94º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A000D is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.92 | 0.40 |
| HSL | 354.94º | 1% | 0.3% | - |
| HSV(B) | 354.94º | 1% | 0.6% | - |
| XYZ | 13.4 | 6.9 | 1.01 | - |
| YUV | 47.53 | 108.52 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 0 | 13 | 0 | 1 | 0.92 | 0.40 | 354.94 | 1 | 0.3 |
| Hex | 9A | 0 | D | 0 | 64 | 5C | 28 | 163 | 64 | 1E |
| Octal | 232 | 0 | 15 | 0 | 144 | 134 | 50 | 543 | 144 | 36 |
| Binary | 10011010 | 0 | 1101 | 0 | 1100100 | 1011100 | 101000 | 101100011 | 1100100 | 11110 |
Color Harmonies of #9A000D
Complementary color
Monochromatic Colors of #9A000D
Black with #9A000D
Text Example
Text Example
White with #9A000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A000D; }
p { color: rgb(154,0,13); }
H1.HeaderClassName
{
color: #9A000D;
}
.AnyTagClassName
{
color: #9A000D;
}
</style>
background-color css
<style>
a { background-color: #9A000D; }
a { background-color: rgb(154,0,13); }
div.DivClassName
{
background-color: #9A000D;
}
.BgClassName
{
background-color: #9A000D;
}
</style>
border-color css
<style>
span { border-color: #9A000D; }
span { border-color: rgb(154,0,13); }
td.TdClassName
{
border-color: #9A000D;
}
.TagClassName
{
border-color: #9A000D;
}
</style>