Shades of Sangria #9F070C
Tints of Sangria #9F070C
RGB
CMYK
RGB Variations
Color information
#9F070C (or 0x9F070C) is known color: Sangria. HEX triplet: 9F, 07 and 0C. RGB value is (159,7,12). Sum of RGB (Red+Green+Blue) = 159+7+12=178 (23% of max value = 765). Red value is 159 (62.5% from 255 or 89.33% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 159 - color contains mainly: red. Hex color #9F070C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F070C is #60F8F3. Grayscale: #353535. Windows color (decimal): -6355188 or 788383. OLE color: 788383.
HSL color Cylindrical-coordinate representation of color #9F070C: hue angle of 358.03º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F070C is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 7 | 12 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.38 |
| HSL | 358.03º | 0.92% | 0.33% | - |
| HSV(B) | 358.03º | 0.96% | 0.62% | - |
| XYZ | 14.44 | 7.55 | 1.04 | - |
| YUV | 53.02 | 104.86 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 7 | 12 | 0 | 0.96 | 0.92 | 0.38 | 358.03 | 0.92 | 0.33 |
| Hex | 9F | 7 | C | 0 | 60 | 5C | 26 | 166 | 5C | 21 |
| Octal | 237 | 7 | 14 | 0 | 140 | 134 | 46 | 546 | 134 | 41 |
| Binary | 10011111 | 111 | 1100 | 0 | 1100000 | 1011100 | 100110 | 101100110 | 1011100 | 100001 |
Color Harmonies of #9F070C
Complementary color
Monochromatic Colors of #9F070C
Black with #9F070C
Text Example
Text Example
White with #9F070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F070C; }
p { color: rgb(159,7,12); }
H1.HeaderClassName
{
color: #9F070C;
}
.AnyTagClassName
{
color: #9F070C;
}
</style>
background-color css
<style>
a { background-color: #9F070C; }
a { background-color: rgb(159,7,12); }
div.DivClassName
{
background-color: #9F070C;
}
.BgClassName
{
background-color: #9F070C;
}
</style>
border-color css
<style>
span { border-color: #9F070C; }
span { border-color: rgb(159,7,12); }
td.TdClassName
{
border-color: #9F070C;
}
.TagClassName
{
border-color: #9F070C;
}
</style>