Shades of Sangria #96020F
Tints of Sangria #96020F
RGB
CMYK
RGB Variations
Color information
#96020F (or 0x96020F) is known color: Sangria. HEX triplet: 96, 02 and 0F. RGB value is (150,2,15). Sum of RGB (Red+Green+Blue) = 150+2+15=167 (22% of max value = 765). Red value is 150 (58.98% from 255 or 89.82% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 15 (6.25% from 255 or 8.98% from 167); Max value from RGB is 150 - color contains mainly: red. Hex color #96020F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96020F is #69FDF0. Grayscale: #2F2F2F. Windows color (decimal): -6946289 or 983702. OLE color: 983702.
HSL color Cylindrical-coordinate representation of color #96020F: hue angle of 354.73º degrees, saturation: 0.97, 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 #96020F is Cyan = 0, Magento = 0.99, Yellow = 0.9 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 2 | 15 | - |
| CMYK | 0 | 0.99 | 0.9 | 0.41 |
| HSL | 354.73º | 0.97% | 0.3% | - |
| HSV(B) | 354.73º | 0.99% | 0.59% | - |
| XYZ | 12.69 | 6.56 | 1.05 | - |
| YUV | 47.73 | 109.53 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 2 | 15 | 0 | 0.99 | 0.9 | 0.41 | 354.73 | 0.97 | 0.3 |
| Hex | 96 | 2 | F | 0 | 63 | 5A | 29 | 163 | 61 | 1E |
| Octal | 226 | 2 | 17 | 0 | 143 | 132 | 51 | 543 | 141 | 36 |
| Binary | 10010110 | 10 | 1111 | 0 | 1100011 | 1011010 | 101001 | 101100011 | 1100001 | 11110 |
Color Harmonies of #96020F
Complementary color
Monochromatic Colors of #96020F
Black with #96020F
Text Example
Text Example
White with #96020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96020F; }
p { color: rgb(150,2,15); }
H1.HeaderClassName
{
color: #96020F;
}
.AnyTagClassName
{
color: #96020F;
}
</style>
background-color css
<style>
a { background-color: #96020F; }
a { background-color: rgb(150,2,15); }
div.DivClassName
{
background-color: #96020F;
}
.BgClassName
{
background-color: #96020F;
}
</style>
border-color css
<style>
span { border-color: #96020F; }
span { border-color: rgb(150,2,15); }
td.TdClassName
{
border-color: #96020F;
}
.TagClassName
{
border-color: #96020F;
}
</style>