Shades of Sangria #96070E
Tints of Sangria #96070E
RGB
CMYK
RGB Variations
Color information
#96070E (or 0x96070E) is known color: Sangria. HEX triplet: 96, 07 and 0E. RGB value is (150,7,14). Sum of RGB (Red+Green+Blue) = 150+7+14=171 (22% of max value = 765). Red value is 150 (58.98% from 255 or 87.72% from 171); Green value is 7 (3.12% from 255 or 4.09% from 171); Blue value is 14 (5.86% from 255 or 8.19% from 171); Max value from RGB is 150 - color contains mainly: red. Hex color #96070E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96070E is #69F8F1. Grayscale: #323232. Windows color (decimal): -6945010 or 919446. OLE color: 919446.
HSL color Cylindrical-coordinate representation of color #96070E: hue angle of 357.06º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #96070E is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 7 | 14 | - |
| CMYK | 0 | 0.95 | 0.91 | 0.41 |
| HSL | 357.06º | 0.91% | 0.31% | - |
| HSV(B) | 357.06º | 0.95% | 0.59% | - |
| XYZ | 12.73 | 6.67 | 1.03 | - |
| YUV | 50.56 | 107.38 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 7 | 14 | 0 | 0.95 | 0.91 | 0.41 | 357.06 | 0.91 | 0.31 |
| Hex | 96 | 7 | E | 0 | 5F | 5B | 29 | 165 | 5B | 1F |
| Octal | 226 | 7 | 16 | 0 | 137 | 133 | 51 | 545 | 133 | 37 |
| Binary | 10010110 | 111 | 1110 | 0 | 1011111 | 1011011 | 101001 | 101100101 | 1011011 | 11111 |
Color Harmonies of #96070E
Complementary color
Monochromatic Colors of #96070E
Black with #96070E
Text Example
Text Example
White with #96070E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96070E; }
p { color: rgb(150,7,14); }
H1.HeaderClassName
{
color: #96070E;
}
.AnyTagClassName
{
color: #96070E;
}
</style>
background-color css
<style>
a { background-color: #96070E; }
a { background-color: rgb(150,7,14); }
div.DivClassName
{
background-color: #96070E;
}
.BgClassName
{
background-color: #96070E;
}
</style>
border-color css
<style>
span { border-color: #96070E; }
span { border-color: rgb(150,7,14); }
td.TdClassName
{
border-color: #96070E;
}
.TagClassName
{
border-color: #96070E;
}
</style>