Shades of Sangria #9C0E0F
Tints of Sangria #9C0E0F
RGB
CMYK
RGB Variations
Color information
#9C0E0F (or 0x9C0E0F) is known color: Sangria. HEX triplet: 9C, 0E and 0F. RGB value is (156,14,15). Sum of RGB (Red+Green+Blue) = 156+14+15=185 (24% of max value = 765). Red value is 156 (61.33% from 255 or 84.32% from 185); Green value is 14 (5.86% from 255 or 7.57% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0E0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0E0F is #63F1F0. Grayscale: #383838. Windows color (decimal): -6550001 or 986780. OLE color: 986780.
HSL color Cylindrical-coordinate representation of color #9C0E0F: hue angle of 359.58º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9C0E0F is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 14 | 15 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.39 |
| HSL | 359.58º | 0.84% | 0.33% | - |
| HSV(B) | 359.58º | 0.91% | 0.61% | - |
| XYZ | 13.95 | 7.42 | 1.15 | - |
| YUV | 56.57 | 104.54 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 14 | 15 | 0 | 0.91 | 0.90 | 0.39 | 359.58 | 0.84 | 0.33 |
| Hex | 9C | E | F | 0 | 5B | 5A | 27 | 168 | 54 | 21 |
| Octal | 234 | 16 | 17 | 0 | 133 | 132 | 47 | 550 | 124 | 41 |
| Binary | 10011100 | 1110 | 1111 | 0 | 1011011 | 1011010 | 100111 | 101101000 | 1010100 | 100001 |
Color Harmonies of #9C0E0F
Complementary color
Monochromatic Colors of #9C0E0F
Black with #9C0E0F
Text Example
Text Example
White with #9C0E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0E0F; }
p { color: rgb(156,14,15); }
H1.HeaderClassName
{
color: #9C0E0F;
}
.AnyTagClassName
{
color: #9C0E0F;
}
</style>
background-color css
<style>
a { background-color: #9C0E0F; }
a { background-color: rgb(156,14,15); }
div.DivClassName
{
background-color: #9C0E0F;
}
.BgClassName
{
background-color: #9C0E0F;
}
</style>
border-color css
<style>
span { border-color: #9C0E0F; }
span { border-color: rgb(156,14,15); }
td.TdClassName
{
border-color: #9C0E0F;
}
.TagClassName
{
border-color: #9C0E0F;
}
</style>