Shades of Sangria #96050D
Tints of Sangria #96050D
RGB
CMYK
RGB Variations
Color information
#96050D (or 0x96050D) is known color: Sangria. HEX triplet: 96, 05 and 0D. RGB value is (150,5,13). Sum of RGB (Red+Green+Blue) = 150+5+13=168 (22% of max value = 765). Red value is 150 (58.98% from 255 or 89.29% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 150 - color contains mainly: red. Hex color #96050D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96050D is #69FAF2. Grayscale: #313131. Windows color (decimal): -6945523 or 853398. OLE color: 853398.
HSL color Cylindrical-coordinate representation of color #96050D: hue angle of 356.69º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #96050D is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 5 | 13 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.41 |
| HSL | 356.69º | 0.94% | 0.3% | - |
| HSV(B) | 356.69º | 0.97% | 0.59% | - |
| XYZ | 12.7 | 6.62 | 0.99 | - |
| YUV | 49.27 | 107.54 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 5 | 13 | 0 | 0.97 | 0.91 | 0.41 | 356.69 | 0.94 | 0.3 |
| Hex | 96 | 5 | D | 0 | 61 | 5B | 29 | 165 | 5E | 1E |
| Octal | 226 | 5 | 15 | 0 | 141 | 133 | 51 | 545 | 136 | 36 |
| Binary | 10010110 | 101 | 1101 | 0 | 1100001 | 1011011 | 101001 | 101100101 | 1011110 | 11110 |
Color Harmonies of #96050D
Complementary color
Monochromatic Colors of #96050D
Black with #96050D
Text Example
Text Example
White with #96050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96050D; }
p { color: rgb(150,5,13); }
H1.HeaderClassName
{
color: #96050D;
}
.AnyTagClassName
{
color: #96050D;
}
</style>
background-color css
<style>
a { background-color: #96050D; }
a { background-color: rgb(150,5,13); }
div.DivClassName
{
background-color: #96050D;
}
.BgClassName
{
background-color: #96050D;
}
</style>
border-color css
<style>
span { border-color: #96050D; }
span { border-color: rgb(150,5,13); }
td.TdClassName
{
border-color: #96050D;
}
.TagClassName
{
border-color: #96050D;
}
</style>