Shades of Sangria #96080E
Tints of Sangria #96080E
RGB
CMYK
RGB Variations
Color information
#96080E (or 0x96080E) is known color: Sangria. HEX triplet: 96, 08 and 0E. RGB value is (150,8,14). Sum of RGB (Red+Green+Blue) = 150+8+14=172 (22% of max value = 765). Red value is 150 (58.98% from 255 or 87.21% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 14 (5.86% from 255 or 8.14% from 172); Max value from RGB is 150 - color contains mainly: red. Hex color #96080E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96080E is #69F7F1. Grayscale: #333333. Windows color (decimal): -6944754 or 919702. OLE color: 919702.
HSL color Cylindrical-coordinate representation of color #96080E: hue angle of 357.46º degrees, saturation: 0.9, 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 #96080E is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 8 | 14 | - |
| CMYK | 0 | 0.95 | 0.91 | 0.41 |
| HSL | 357.46º | 0.9% | 0.31% | - |
| HSV(B) | 357.46º | 0.95% | 0.59% | - |
| XYZ | 12.74 | 6.69 | 1.03 | - |
| YUV | 51.14 | 107.04 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 8 | 14 | 0 | 0.95 | 0.91 | 0.41 | 357.46 | 0.9 | 0.31 |
| Hex | 96 | 8 | E | 0 | 5F | 5B | 29 | 165 | 5A | 1F |
| Octal | 226 | 10 | 16 | 0 | 137 | 133 | 51 | 545 | 132 | 37 |
| Binary | 10010110 | 1000 | 1110 | 0 | 1011111 | 1011011 | 101001 | 101100101 | 1011010 | 11111 |
Color Harmonies of #96080E
Complementary color
Monochromatic Colors of #96080E
Black with #96080E
Text Example
Text Example
White with #96080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96080E; }
p { color: rgb(150,8,14); }
H1.HeaderClassName
{
color: #96080E;
}
.AnyTagClassName
{
color: #96080E;
}
</style>
background-color css
<style>
a { background-color: #96080E; }
a { background-color: rgb(150,8,14); }
div.DivClassName
{
background-color: #96080E;
}
.BgClassName
{
background-color: #96080E;
}
</style>
border-color css
<style>
span { border-color: #96080E; }
span { border-color: rgb(150,8,14); }
td.TdClassName
{
border-color: #96080E;
}
.TagClassName
{
border-color: #96080E;
}
</style>