Shades of Sangria #9F080B
Tints of Sangria #9F080B
RGB
CMYK
RGB Variations
Color information
#9F080B (or 0x9F080B) is known color: Sangria. HEX triplet: 9F, 08 and 0B. RGB value is (159,8,11). Sum of RGB (Red+Green+Blue) = 159+8+11=178 (23% of max value = 765). Red value is 159 (62.5% from 255 or 89.33% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 11 (4.69% from 255 or 6.18% from 178); Max value from RGB is 159 - color contains mainly: red. Hex color #9F080B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F080B is #60F7F4. Grayscale: #353535. Windows color (decimal): -6354933 or 723103. OLE color: 723103.
HSL color Cylindrical-coordinate representation of color #9F080B: hue angle of 358.81º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F080B is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 8 | 11 | - |
| CMYK | 0 | 0.95 | 0.93 | 0.38 |
| HSL | 358.81º | 0.9% | 0.33% | - |
| HSV(B) | 358.81º | 0.95% | 0.62% | - |
| XYZ | 14.45 | 7.57 | 1.02 | - |
| YUV | 53.49 | 104.03 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 8 | 11 | 0 | 0.95 | 0.93 | 0.38 | 358.81 | 0.9 | 0.33 |
| Hex | 9F | 8 | B | 0 | 5F | 5D | 26 | 167 | 5A | 21 |
| Octal | 237 | 10 | 13 | 0 | 137 | 135 | 46 | 547 | 132 | 41 |
| Binary | 10011111 | 1000 | 1011 | 0 | 1011111 | 1011101 | 100110 | 101100111 | 1011010 | 100001 |
Color Harmonies of #9F080B
Complementary color
Monochromatic Colors of #9F080B
Black with #9F080B
Text Example
Text Example
White with #9F080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F080B; }
p { color: rgb(159,8,11); }
H1.HeaderClassName
{
color: #9F080B;
}
.AnyTagClassName
{
color: #9F080B;
}
</style>
background-color css
<style>
a { background-color: #9F080B; }
a { background-color: rgb(159,8,11); }
div.DivClassName
{
background-color: #9F080B;
}
.BgClassName
{
background-color: #9F080B;
}
</style>
border-color css
<style>
span { border-color: #9F080B; }
span { border-color: rgb(159,8,11); }
td.TdClassName
{
border-color: #9F080B;
}
.TagClassName
{
border-color: #9F080B;
}
</style>