Shades of Sangria #9F030B
Tints of Sangria #9F030B
RGB
CMYK
RGB Variations
Color information
#9F030B (or 0x9F030B) is known color: Sangria. HEX triplet: 9F, 03 and 0B. RGB value is (159,3,11). Sum of RGB (Red+Green+Blue) = 159+3+11=173 (22% of max value = 765). Red value is 159 (62.5% from 255 or 91.91% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 11 (4.69% from 255 or 6.36% from 173); Max value from RGB is 159 - color contains mainly: red. Hex color #9F030B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F030B is #60FCF4. Grayscale: #323232. Windows color (decimal): -6356213 or 721823. OLE color: 721823.
HSL color Cylindrical-coordinate representation of color #9F030B: hue angle of 356.92º 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 #9F030B is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 3 | 11 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.38 |
| HSL | 356.92º | 0.96% | 0.32% | - |
| HSV(B) | 356.92º | 0.98% | 0.62% | - |
| XYZ | 14.39 | 7.46 | 1 | - |
| YUV | 50.56 | 105.68 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 3 | 11 | 0 | 0.98 | 0.93 | 0.38 | 356.92 | 0.96 | 0.32 |
| Hex | 9F | 3 | B | 0 | 62 | 5D | 26 | 165 | 60 | 20 |
| Octal | 237 | 3 | 13 | 0 | 142 | 135 | 46 | 545 | 140 | 40 |
| Binary | 10011111 | 11 | 1011 | 0 | 1100010 | 1011101 | 100110 | 101100101 | 1100000 | 100000 |
Color Harmonies of #9F030B
Complementary color
Monochromatic Colors of #9F030B
Black with #9F030B
Text Example
Text Example
White with #9F030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F030B; }
p { color: rgb(159,3,11); }
H1.HeaderClassName
{
color: #9F030B;
}
.AnyTagClassName
{
color: #9F030B;
}
</style>
background-color css
<style>
a { background-color: #9F030B; }
a { background-color: rgb(159,3,11); }
div.DivClassName
{
background-color: #9F030B;
}
.BgClassName
{
background-color: #9F030B;
}
</style>
border-color css
<style>
span { border-color: #9F030B; }
span { border-color: rgb(159,3,11); }
td.TdClassName
{
border-color: #9F030B;
}
.TagClassName
{
border-color: #9F030B;
}
</style>