Shades of Sangria #9C010D
Tints of Sangria #9C010D
RGB
CMYK
RGB Variations
Color information
#9C010D (or 0x9C010D) is known color: Sangria. HEX triplet: 9C, 01 and 0D. RGB value is (156,1,13). Sum of RGB (Red+Green+Blue) = 156+1+13=170 (22% of max value = 765). Red value is 156 (61.33% from 255 or 91.76% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 13 (5.47% from 255 or 7.65% from 170); Max value from RGB is 156 - color contains mainly: red. Hex color #9C010D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C010D is #63FEF2. Grayscale: #303030. Windows color (decimal): -6553331 or 852380. OLE color: 852380.
HSL color Cylindrical-coordinate representation of color #9C010D: hue angle of 355.35º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C010D is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 1 | 13 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.39 |
| HSL | 355.35º | 0.99% | 0.31% | - |
| HSV(B) | 355.35º | 0.99% | 0.61% | - |
| XYZ | 13.79 | 7.12 | 1.03 | - |
| YUV | 48.71 | 107.85 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 1 | 13 | 0 | 0.99 | 0.92 | 0.39 | 355.35 | 0.99 | 0.31 |
| Hex | 9C | 1 | D | 0 | 63 | 5C | 27 | 163 | 63 | 1F |
| Octal | 234 | 1 | 15 | 0 | 143 | 134 | 47 | 543 | 143 | 37 |
| Binary | 10011100 | 1 | 1101 | 0 | 1100011 | 1011100 | 100111 | 101100011 | 1100011 | 11111 |
Color Harmonies of #9C010D
Complementary color
Monochromatic Colors of #9C010D
Black with #9C010D
Text Example
Text Example
White with #9C010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C010D; }
p { color: rgb(156,1,13); }
H1.HeaderClassName
{
color: #9C010D;
}
.AnyTagClassName
{
color: #9C010D;
}
</style>
background-color css
<style>
a { background-color: #9C010D; }
a { background-color: rgb(156,1,13); }
div.DivClassName
{
background-color: #9C010D;
}
.BgClassName
{
background-color: #9C010D;
}
</style>
border-color css
<style>
span { border-color: #9C010D; }
span { border-color: rgb(156,1,13); }
td.TdClassName
{
border-color: #9C010D;
}
.TagClassName
{
border-color: #9C010D;
}
</style>