Shades of Sangria #96010B
Tints of Sangria #96010B
RGB
CMYK
RGB Variations
Color information
#96010B (or 0x96010B) is known color: Sangria. HEX triplet: 96, 01 and 0B. RGB value is (150,1,11). Sum of RGB (Red+Green+Blue) = 150+1+11=162 (21% of max value = 765). Red value is 150 (58.98% from 255 or 92.59% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 11 (4.69% from 255 or 6.79% from 162); Max value from RGB is 150 - color contains mainly: red. Hex color #96010B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96010B is #69FEF4. Grayscale: #2E2E2E. Windows color (decimal): -6946549 or 721302. OLE color: 721302.
HSL color Cylindrical-coordinate representation of color #96010B: hue angle of 355.97º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #96010B is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 1 | 11 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.41 |
| HSL | 355.97º | 0.99% | 0.3% | - |
| HSV(B) | 355.97º | 0.99% | 0.59% | - |
| XYZ | 12.65 | 6.53 | 0.91 | - |
| YUV | 46.69 | 107.86 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 1 | 11 | 0 | 0.99 | 0.93 | 0.41 | 355.97 | 0.99 | 0.3 |
| Hex | 96 | 1 | B | 0 | 63 | 5D | 29 | 164 | 63 | 1E |
| Octal | 226 | 1 | 13 | 0 | 143 | 135 | 51 | 544 | 143 | 36 |
| Binary | 10010110 | 1 | 1011 | 0 | 1100011 | 1011101 | 101001 | 101100100 | 1100011 | 11110 |
Color Harmonies of #96010B
Complementary color
Monochromatic Colors of #96010B
Black with #96010B
Text Example
Text Example
White with #96010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96010B; }
p { color: rgb(150,1,11); }
H1.HeaderClassName
{
color: #96010B;
}
.AnyTagClassName
{
color: #96010B;
}
</style>
background-color css
<style>
a { background-color: #96010B; }
a { background-color: rgb(150,1,11); }
div.DivClassName
{
background-color: #96010B;
}
.BgClassName
{
background-color: #96010B;
}
</style>
border-color css
<style>
span { border-color: #96010B; }
span { border-color: rgb(150,1,11); }
td.TdClassName
{
border-color: #96010B;
}
.TagClassName
{
border-color: #96010B;
}
</style>