Shades of Sangria #99010B
Tints of Sangria #99010B
RGB
CMYK
RGB Variations
Color information
#99010B (or 0x99010B) is known color: Sangria. HEX triplet: 99, 01 and 0B. RGB value is (153,1,11). Sum of RGB (Red+Green+Blue) = 153+1+11=165 (21% of max value = 765). Red value is 153 (60.16% from 255 or 92.73% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 11 (4.69% from 255 or 6.67% from 165); Max value from RGB is 153 - color contains mainly: red. Hex color #99010B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99010B is #66FEF4. Grayscale: #2F2F2F. Windows color (decimal): -6749941 or 721305. OLE color: 721305.
HSL color Cylindrical-coordinate representation of color #99010B: hue angle of 356.05º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #99010B is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 1 | 11 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.4 |
| HSL | 356.05º | 0.99% | 0.3% | - |
| HSV(B) | 356.05º | 0.99% | 0.6% | - |
| XYZ | 13.21 | 6.82 | 0.94 | - |
| YUV | 47.59 | 107.36 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 1 | 11 | 0 | 0.99 | 0.93 | 0.4 | 356.05 | 0.99 | 0.3 |
| Hex | 99 | 1 | B | 0 | 63 | 5D | 28 | 164 | 63 | 1E |
| Octal | 231 | 1 | 13 | 0 | 143 | 135 | 50 | 544 | 143 | 36 |
| Binary | 10011001 | 1 | 1011 | 0 | 1100011 | 1011101 | 101000 | 101100100 | 1100011 | 11110 |
Color Harmonies of #99010B
Complementary color
Monochromatic Colors of #99010B
Black with #99010B
Text Example
Text Example
White with #99010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99010B; }
p { color: rgb(153,1,11); }
H1.HeaderClassName
{
color: #99010B;
}
.AnyTagClassName
{
color: #99010B;
}
</style>
background-color css
<style>
a { background-color: #99010B; }
a { background-color: rgb(153,1,11); }
div.DivClassName
{
background-color: #99010B;
}
.BgClassName
{
background-color: #99010B;
}
</style>
border-color css
<style>
span { border-color: #99010B; }
span { border-color: rgb(153,1,11); }
td.TdClassName
{
border-color: #99010B;
}
.TagClassName
{
border-color: #99010B;
}
</style>