Shades of Sangria #9E040F
Tints of Sangria #9E040F
RGB
CMYK
RGB Variations
Color information
#9E040F (or 0x9E040F) is known color: Sangria. HEX triplet: 9E, 04 and 0F. RGB value is (158,4,15). Sum of RGB (Red+Green+Blue) = 158+4+15=177 (23% of max value = 765). Red value is 158 (62.11% from 255 or 89.27% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 158 - color contains mainly: red. Hex color #9E040F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E040F is #61FBF0. Grayscale: #333333. Windows color (decimal): -6421489 or 984222. OLE color: 984222.
HSL color Cylindrical-coordinate representation of color #9E040F: hue angle of 355.71º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E040F is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 4 | 15 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.38 |
| HSL | 355.71º | 0.95% | 0.32% | - |
| HSV(B) | 355.71º | 0.97% | 0.62% | - |
| XYZ | 14.23 | 7.39 | 1.13 | - |
| YUV | 51.3 | 107.52 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 4 | 15 | 0 | 0.97 | 0.91 | 0.38 | 355.71 | 0.95 | 0.32 |
| Hex | 9E | 4 | F | 0 | 61 | 5B | 26 | 164 | 5F | 20 |
| Octal | 236 | 4 | 17 | 0 | 141 | 133 | 46 | 544 | 137 | 40 |
| Binary | 10011110 | 100 | 1111 | 0 | 1100001 | 1011011 | 100110 | 101100100 | 1011111 | 100000 |
Color Harmonies of #9E040F
Complementary color
Monochromatic Colors of #9E040F
Black with #9E040F
Text Example
Text Example
White with #9E040F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E040F; }
p { color: rgb(158,4,15); }
H1.HeaderClassName
{
color: #9E040F;
}
.AnyTagClassName
{
color: #9E040F;
}
</style>
background-color css
<style>
a { background-color: #9E040F; }
a { background-color: rgb(158,4,15); }
div.DivClassName
{
background-color: #9E040F;
}
.BgClassName
{
background-color: #9E040F;
}
</style>
border-color css
<style>
span { border-color: #9E040F; }
span { border-color: rgb(158,4,15); }
td.TdClassName
{
border-color: #9E040F;
}
.TagClassName
{
border-color: #9E040F;
}
</style>