Shades of Sangria #9C020F
Tints of Sangria #9C020F
RGB
CMYK
RGB Variations
Color information
#9C020F (or 0x9C020F) is known color: Sangria. HEX triplet: 9C, 02 and 0F. RGB value is (156,2,15). Sum of RGB (Red+Green+Blue) = 156+2+15=173 (22% of max value = 765). Red value is 156 (61.33% from 255 or 90.17% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 156 - color contains mainly: red. Hex color #9C020F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C020F is #63FDF0. Grayscale: #313131. Windows color (decimal): -6553073 or 983708. OLE color: 983708.
HSL color Cylindrical-coordinate representation of color #9C020F: hue angle of 354.94º degrees, saturation: 0.97, 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 #9C020F is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 2 | 15 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.39 |
| HSL | 354.94º | 0.97% | 0.31% | - |
| HSV(B) | 354.94º | 0.99% | 0.61% | - |
| XYZ | 13.82 | 7.15 | 1.1 | - |
| YUV | 49.53 | 108.52 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 2 | 15 | 0 | 0.99 | 0.90 | 0.39 | 354.94 | 0.97 | 0.31 |
| Hex | 9C | 2 | F | 0 | 63 | 5A | 27 | 163 | 61 | 1F |
| Octal | 234 | 2 | 17 | 0 | 143 | 132 | 47 | 543 | 141 | 37 |
| Binary | 10011100 | 10 | 1111 | 0 | 1100011 | 1011010 | 100111 | 101100011 | 1100001 | 11111 |
Color Harmonies of #9C020F
Complementary color
Monochromatic Colors of #9C020F
Black with #9C020F
Text Example
Text Example
White with #9C020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C020F; }
p { color: rgb(156,2,15); }
H1.HeaderClassName
{
color: #9C020F;
}
.AnyTagClassName
{
color: #9C020F;
}
</style>
background-color css
<style>
a { background-color: #9C020F; }
a { background-color: rgb(156,2,15); }
div.DivClassName
{
background-color: #9C020F;
}
.BgClassName
{
background-color: #9C020F;
}
</style>
border-color css
<style>
span { border-color: #9C020F; }
span { border-color: rgb(156,2,15); }
td.TdClassName
{
border-color: #9C020F;
}
.TagClassName
{
border-color: #9C020F;
}
</style>