Shades of Sangria #99010A
Tints of Sangria #99010A
RGB
CMYK
RGB Variations
Color information
#99010A (or 0x99010A) is known color: Sangria. HEX triplet: 99, 01 and 0A. RGB value is (153,1,10). Sum of RGB (Red+Green+Blue) = 153+1+10=164 (21% of max value = 765). Red value is 153 (60.16% from 255 or 93.29% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 10 (4.30% from 255 or 6.10% from 164); Max value from RGB is 153 - color contains mainly: red. Hex color #99010A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99010A is #66FEF5. Grayscale: #2F2F2F. Windows color (decimal): -6749942 or 655769. OLE color: 655769.
HSL color Cylindrical-coordinate representation of color #99010A: hue angle of 356.45º 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 #99010A is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 1 | 10 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.4 |
| HSL | 356.45º | 0.99% | 0.3% | - |
| HSV(B) | 356.45º | 0.99% | 0.6% | - |
| XYZ | 13.2 | 6.82 | 0.91 | - |
| YUV | 47.47 | 106.86 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 1 | 10 | 0 | 0.99 | 0.93 | 0.4 | 356.45 | 0.99 | 0.3 |
| Hex | 99 | 1 | A | 0 | 63 | 5D | 28 | 164 | 63 | 1E |
| Octal | 231 | 1 | 12 | 0 | 143 | 135 | 50 | 544 | 143 | 36 |
| Binary | 10011001 | 1 | 1010 | 0 | 1100011 | 1011101 | 101000 | 101100100 | 1100011 | 11110 |
Color Harmonies of #99010A
Complementary color
Monochromatic Colors of #99010A
Black with #99010A
Text Example
Text Example
White with #99010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99010A; }
p { color: rgb(153,1,10); }
H1.HeaderClassName
{
color: #99010A;
}
.AnyTagClassName
{
color: #99010A;
}
</style>
background-color css
<style>
a { background-color: #99010A; }
a { background-color: rgb(153,1,10); }
div.DivClassName
{
background-color: #99010A;
}
.BgClassName
{
background-color: #99010A;
}
</style>
border-color css
<style>
span { border-color: #99010A; }
span { border-color: rgb(153,1,10); }
td.TdClassName
{
border-color: #99010A;
}
.TagClassName
{
border-color: #99010A;
}
</style>