Shades of Sangria #9C000D
Tints of Sangria #9C000D
RGB
CMYK
RGB Variations
Color information
#9C000D (or 0x9C000D) is known color: Sangria. HEX triplet: 9C, 00 and 0D. RGB value is (156,0,13). Sum of RGB (Red+Green+Blue) = 156+0+13=169 (22% of max value = 765). Red value is 156 (61.33% from 255 or 92.31% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 13 (5.47% from 255 or 7.69% from 169); Max value from RGB is 156 - color contains mainly: red. Hex color #9C000D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C000D is #63FFF2. Grayscale: #303030. Windows color (decimal): -6553587 or 852124. OLE color: 852124.
HSL color Cylindrical-coordinate representation of color #9C000D: hue angle of 355º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9C000D is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.92 | 0.39 |
| HSL | 355º | 1% | 0.31% | - |
| HSV(B) | 355º | 1% | 0.61% | - |
| XYZ | 13.78 | 7.1 | 1.02 | - |
| YUV | 48.13 | 108.18 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 0 | 13 | 0 | 1 | 0.92 | 0.39 | 355 | 1 | 0.31 |
| Hex | 9C | 0 | D | 0 | 64 | 5C | 27 | 163 | 64 | 1F |
| Octal | 234 | 0 | 15 | 0 | 144 | 134 | 47 | 543 | 144 | 37 |
| Binary | 10011100 | 0 | 1101 | 0 | 1100100 | 1011100 | 100111 | 101100011 | 1100100 | 11111 |
Color Harmonies of #9C000D
Complementary color
Monochromatic Colors of #9C000D
Black with #9C000D
Text Example
Text Example
White with #9C000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C000D; }
p { color: rgb(156,0,13); }
H1.HeaderClassName
{
color: #9C000D;
}
.AnyTagClassName
{
color: #9C000D;
}
</style>
background-color css
<style>
a { background-color: #9C000D; }
a { background-color: rgb(156,0,13); }
div.DivClassName
{
background-color: #9C000D;
}
.BgClassName
{
background-color: #9C000D;
}
</style>
border-color css
<style>
span { border-color: #9C000D; }
span { border-color: rgb(156,0,13); }
td.TdClassName
{
border-color: #9C000D;
}
.TagClassName
{
border-color: #9C000D;
}
</style>