Shades of Sangria #9F030E
Tints of Sangria #9F030E
RGB
CMYK
RGB Variations
Color information
#9F030E (or 0x9F030E) is known color: Sangria. HEX triplet: 9F, 03 and 0E. RGB value is (159,3,14). Sum of RGB (Red+Green+Blue) = 159+3+14=176 (23% of max value = 765). Red value is 159 (62.5% from 255 or 90.34% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 14 (5.86% from 255 or 7.95% from 176); Max value from RGB is 159 - color contains mainly: red. Hex color #9F030E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F030E is #60FCF1. Grayscale: #333333. Windows color (decimal): -6356210 or 918431. OLE color: 918431.
HSL color Cylindrical-coordinate representation of color #9F030E: hue angle of 355.77º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9F030E is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 3 | 14 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.38 |
| HSL | 355.77º | 0.96% | 0.32% | - |
| HSV(B) | 355.77º | 0.98% | 0.62% | - |
| XYZ | 14.41 | 7.47 | 1.1 | - |
| YUV | 50.9 | 107.18 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 3 | 14 | 0 | 0.98 | 0.91 | 0.38 | 355.77 | 0.96 | 0.32 |
| Hex | 9F | 3 | E | 0 | 62 | 5B | 26 | 164 | 60 | 20 |
| Octal | 237 | 3 | 16 | 0 | 142 | 133 | 46 | 544 | 140 | 40 |
| Binary | 10011111 | 11 | 1110 | 0 | 1100010 | 1011011 | 100110 | 101100100 | 1100000 | 100000 |
Color Harmonies of #9F030E
Complementary color
Monochromatic Colors of #9F030E
Black with #9F030E
Text Example
Text Example
White with #9F030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F030E; }
p { color: rgb(159,3,14); }
H1.HeaderClassName
{
color: #9F030E;
}
.AnyTagClassName
{
color: #9F030E;
}
</style>
background-color css
<style>
a { background-color: #9F030E; }
a { background-color: rgb(159,3,14); }
div.DivClassName
{
background-color: #9F030E;
}
.BgClassName
{
background-color: #9F030E;
}
</style>
border-color css
<style>
span { border-color: #9F030E; }
span { border-color: rgb(159,3,14); }
td.TdClassName
{
border-color: #9F030E;
}
.TagClassName
{
border-color: #9F030E;
}
</style>