Shades of Sangria #9C000E
Tints of Sangria #9C000E
RGB
CMYK
RGB Variations
Color information
#9C000E (or 0x9C000E) is known color: Sangria. HEX triplet: 9C, 00 and 0E. RGB value is (156,0,14). Sum of RGB (Red+Green+Blue) = 156+0+14=170 (22% of max value = 765). Red value is 156 (61.33% from 255 or 91.76% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 14 (5.86% from 255 or 8.24% from 170); Max value from RGB is 156 - color contains mainly: red. Hex color #9C000E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C000E is #63FFF1. Grayscale: #303030. Windows color (decimal): -6553586 or 917660. OLE color: 917660.
HSL color Cylindrical-coordinate representation of color #9C000E: hue angle of 354.62º 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 #9C000E is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.91 | 0.39 |
| HSL | 354.62º | 1% | 0.31% | - |
| HSV(B) | 354.62º | 1% | 0.61% | - |
| XYZ | 13.79 | 7.1 | 1.06 | - |
| YUV | 48.24 | 108.68 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 0 | 14 | 0 | 1 | 0.91 | 0.39 | 354.62 | 1 | 0.31 |
| Hex | 9C | 0 | E | 0 | 64 | 5B | 27 | 163 | 64 | 1F |
| Octal | 234 | 0 | 16 | 0 | 144 | 133 | 47 | 543 | 144 | 37 |
| Binary | 10011100 | 0 | 1110 | 0 | 1100100 | 1011011 | 100111 | 101100011 | 1100100 | 11111 |
Color Harmonies of #9C000E
Complementary color
Monochromatic Colors of #9C000E
Black with #9C000E
Text Example
Text Example
White with #9C000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C000E; }
p { color: rgb(156,0,14); }
H1.HeaderClassName
{
color: #9C000E;
}
.AnyTagClassName
{
color: #9C000E;
}
</style>
background-color css
<style>
a { background-color: #9C000E; }
a { background-color: rgb(156,0,14); }
div.DivClassName
{
background-color: #9C000E;
}
.BgClassName
{
background-color: #9C000E;
}
</style>
border-color css
<style>
span { border-color: #9C000E; }
span { border-color: rgb(156,0,14); }
td.TdClassName
{
border-color: #9C000E;
}
.TagClassName
{
border-color: #9C000E;
}
</style>