Shades of Sangria #96000E
Tints of Sangria #96000E
RGB
CMYK
RGB Variations
Color information
#96000E (or 0x96000E) is known color: Sangria. HEX triplet: 96, 00 and 0E. RGB value is (150,0,14). Sum of RGB (Red+Green+Blue) = 150+0+14=164 (21% of max value = 765). Red value is 150 (58.98% from 255 or 91.46% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 14 (5.86% from 255 or 8.54% from 164); Max value from RGB is 150 - color contains mainly: red. Hex color #96000E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96000E is #69FFF1. Grayscale: #2E2E2E. Windows color (decimal): -6946802 or 917654. OLE color: 917654.
HSL color Cylindrical-coordinate representation of color #96000E: hue angle of 354.4º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #96000E is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.91 | 0.41 |
| HSL | 354.4º | 1% | 0.29% | - |
| HSV(B) | 354.4º | 1% | 0.59% | - |
| XYZ | 12.66 | 6.52 | 1.01 | - |
| YUV | 46.45 | 109.7 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 14 | 0 | 1 | 0.91 | 0.41 | 354.4 | 1 | 0.29 |
| Hex | 96 | 0 | E | 0 | 64 | 5B | 29 | 162 | 64 | 1D |
| Octal | 226 | 0 | 16 | 0 | 144 | 133 | 51 | 542 | 144 | 35 |
| Binary | 10010110 | 0 | 1110 | 0 | 1100100 | 1011011 | 101001 | 101100010 | 1100100 | 11101 |
Color Harmonies of #96000E
Complementary color
Monochromatic Colors of #96000E
Black with #96000E
Text Example
Text Example
White with #96000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96000E; }
p { color: rgb(150,0,14); }
H1.HeaderClassName
{
color: #96000E;
}
.AnyTagClassName
{
color: #96000E;
}
</style>
background-color css
<style>
a { background-color: #96000E; }
a { background-color: rgb(150,0,14); }
div.DivClassName
{
background-color: #96000E;
}
.BgClassName
{
background-color: #96000E;
}
</style>
border-color css
<style>
span { border-color: #96000E; }
span { border-color: rgb(150,0,14); }
td.TdClassName
{
border-color: #96000E;
}
.TagClassName
{
border-color: #96000E;
}
</style>