Shades of Sangria #9F0306
Tints of Sangria #9F0306
RGB
CMYK
RGB Variations
Color information
#9F0306 (or 0x9F0306) is known color: Sangria. HEX triplet: 9F, 03 and 06. RGB value is (159,3,6). Sum of RGB (Red+Green+Blue) = 159+3+6=168 (22% of max value = 765). Red value is 159 (62.5% from 255 or 94.64% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 6 (2.73% from 255 or 3.57% from 168); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0306 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0306 is #60FCF9. Grayscale: #323232. Windows color (decimal): -6356218 or 394143. OLE color: 394143.
HSL color Cylindrical-coordinate representation of color #9F0306: hue angle of 358.85º 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 #9F0306 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 3 | 6 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.38 |
| HSL | 358.85º | 0.96% | 0.32% | - |
| HSV(B) | 358.85º | 0.98% | 0.62% | - |
| XYZ | 14.36 | 7.45 | 0.85 | - |
| YUV | 49.99 | 103.18 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 3 | 6 | 0 | 0.98 | 0.96 | 0.38 | 358.85 | 0.96 | 0.32 |
| Hex | 9F | 3 | 6 | 0 | 62 | 60 | 26 | 167 | 60 | 20 |
| Octal | 237 | 3 | 6 | 0 | 142 | 140 | 46 | 547 | 140 | 40 |
| Binary | 10011111 | 11 | 110 | 0 | 1100010 | 1100000 | 100110 | 101100111 | 1100000 | 100000 |
Color Harmonies of #9F0306
Complementary color
Monochromatic Colors of #9F0306
Black with #9F0306
Text Example
Text Example
White with #9F0306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0306; }
p { color: rgb(159,3,6); }
H1.HeaderClassName
{
color: #9F0306;
}
.AnyTagClassName
{
color: #9F0306;
}
</style>
background-color css
<style>
a { background-color: #9F0306; }
a { background-color: rgb(159,3,6); }
div.DivClassName
{
background-color: #9F0306;
}
.BgClassName
{
background-color: #9F0306;
}
</style>
border-color css
<style>
span { border-color: #9F0306; }
span { border-color: rgb(159,3,6); }
td.TdClassName
{
border-color: #9F0306;
}
.TagClassName
{
border-color: #9F0306;
}
</style>