Shades of Sangria #9C000F
Tints of Sangria #9C000F
RGB
CMYK
RGB Variations
Color information
#9C000F (or 0x9C000F) is known color: Sangria. HEX triplet: 9C, 00 and 0F. RGB value is (156,0,15). Sum of RGB (Red+Green+Blue) = 156+0+15=171 (22% of max value = 765). Red value is 156 (61.33% from 255 or 91.23% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 156 - color contains mainly: red. Hex color #9C000F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C000F is #63FFF0. Grayscale: #303030. Windows color (decimal): -6553585 or 983196. OLE color: 983196.
HSL color Cylindrical-coordinate representation of color #9C000F: hue angle of 354.23º 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 #9C000F is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.90 | 0.39 |
| HSL | 354.23º | 1% | 0.31% | - |
| HSV(B) | 354.23º | 1% | 0.61% | - |
| XYZ | 13.8 | 7.1 | 1.1 | - |
| YUV | 48.35 | 109.18 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 0 | 15 | 0 | 1 | 0.90 | 0.39 | 354.23 | 1 | 0.31 |
| Hex | 9C | 0 | F | 0 | 64 | 5A | 27 | 162 | 64 | 1F |
| Octal | 234 | 0 | 17 | 0 | 144 | 132 | 47 | 542 | 144 | 37 |
| Binary | 10011100 | 0 | 1111 | 0 | 1100100 | 1011010 | 100111 | 101100010 | 1100100 | 11111 |
Color Harmonies of #9C000F
Complementary color
Monochromatic Colors of #9C000F
Black with #9C000F
Text Example
Text Example
White with #9C000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C000F; }
p { color: rgb(156,0,15); }
H1.HeaderClassName
{
color: #9C000F;
}
.AnyTagClassName
{
color: #9C000F;
}
</style>
background-color css
<style>
a { background-color: #9C000F; }
a { background-color: rgb(156,0,15); }
div.DivClassName
{
background-color: #9C000F;
}
.BgClassName
{
background-color: #9C000F;
}
</style>
border-color css
<style>
span { border-color: #9C000F; }
span { border-color: rgb(156,0,15); }
td.TdClassName
{
border-color: #9C000F;
}
.TagClassName
{
border-color: #9C000F;
}
</style>