Shades of Sangria #96030A
Tints of Sangria #96030A
RGB
CMYK
RGB Variations
Color information
#96030A (or 0x96030A) is known color: Sangria. HEX triplet: 96, 03 and 0A. RGB value is (150,3,10). Sum of RGB (Red+Green+Blue) = 150+3+10=163 (21% of max value = 765). Red value is 150 (58.98% from 255 or 92.02% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 10 (4.30% from 255 or 6.13% from 163); Max value from RGB is 150 - color contains mainly: red. Hex color #96030A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96030A is #69FCF5. Grayscale: #2F2F2F. Windows color (decimal): -6946038 or 656278. OLE color: 656278.
HSL color Cylindrical-coordinate representation of color #96030A: hue angle of 357.14º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #96030A is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 3 | 10 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.41 |
| HSL | 357.14º | 0.96% | 0.3% | - |
| HSV(B) | 357.14º | 0.98% | 0.59% | - |
| XYZ | 12.67 | 6.57 | 0.89 | - |
| YUV | 47.75 | 106.7 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 3 | 10 | 0 | 0.98 | 0.93 | 0.41 | 357.14 | 0.96 | 0.3 |
| Hex | 96 | 3 | A | 0 | 62 | 5D | 29 | 165 | 60 | 1E |
| Octal | 226 | 3 | 12 | 0 | 142 | 135 | 51 | 545 | 140 | 36 |
| Binary | 10010110 | 11 | 1010 | 0 | 1100010 | 1011101 | 101001 | 101100101 | 1100000 | 11110 |
Color Harmonies of #96030A
Complementary color
Monochromatic Colors of #96030A
Black with #96030A
Text Example
Text Example
White with #96030A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96030A; }
p { color: rgb(150,3,10); }
H1.HeaderClassName
{
color: #96030A;
}
.AnyTagClassName
{
color: #96030A;
}
</style>
background-color css
<style>
a { background-color: #96030A; }
a { background-color: rgb(150,3,10); }
div.DivClassName
{
background-color: #96030A;
}
.BgClassName
{
background-color: #96030A;
}
</style>
border-color css
<style>
span { border-color: #96030A; }
span { border-color: rgb(150,3,10); }
td.TdClassName
{
border-color: #96030A;
}
.TagClassName
{
border-color: #96030A;
}
</style>