Shades of Sangria #96030D
Tints of Sangria #96030D
RGB
CMYK
RGB Variations
Color information
#96030D (or 0x96030D) is known color: Sangria. HEX triplet: 96, 03 and 0D. RGB value is (150,3,13). Sum of RGB (Red+Green+Blue) = 150+3+13=166 (21% of max value = 765). Red value is 150 (58.98% from 255 or 90.36% from 166); Green value is 3 (1.56% from 255 or 1.81% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 150 - color contains mainly: red. Hex color #96030D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96030D is #69FCF2. Grayscale: #303030. Windows color (decimal): -6946035 or 852886. OLE color: 852886.
HSL color Cylindrical-coordinate representation of color #96030D: hue angle of 355.92º 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 #96030D is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 3 | 13 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.41 |
| HSL | 355.92º | 0.96% | 0.3% | - |
| HSV(B) | 355.92º | 0.98% | 0.59% | - |
| XYZ | 12.68 | 6.58 | 0.98 | - |
| YUV | 48.09 | 108.2 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 3 | 13 | 0 | 0.98 | 0.91 | 0.41 | 355.92 | 0.96 | 0.3 |
| Hex | 96 | 3 | D | 0 | 62 | 5B | 29 | 164 | 60 | 1E |
| Octal | 226 | 3 | 15 | 0 | 142 | 133 | 51 | 544 | 140 | 36 |
| Binary | 10010110 | 11 | 1101 | 0 | 1100010 | 1011011 | 101001 | 101100100 | 1100000 | 11110 |
Color Harmonies of #96030D
Complementary color
Monochromatic Colors of #96030D
Black with #96030D
Text Example
Text Example
White with #96030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96030D; }
p { color: rgb(150,3,13); }
H1.HeaderClassName
{
color: #96030D;
}
.AnyTagClassName
{
color: #96030D;
}
</style>
background-color css
<style>
a { background-color: #96030D; }
a { background-color: rgb(150,3,13); }
div.DivClassName
{
background-color: #96030D;
}
.BgClassName
{
background-color: #96030D;
}
</style>
border-color css
<style>
span { border-color: #96030D; }
span { border-color: rgb(150,3,13); }
td.TdClassName
{
border-color: #96030D;
}
.TagClassName
{
border-color: #96030D;
}
</style>