Shades of Sangria #99010D
Tints of Sangria #99010D
RGB
CMYK
RGB Variations
Color information
#99010D (or 0x99010D) is known color: Sangria. HEX triplet: 99, 01 and 0D. RGB value is (153,1,13). Sum of RGB (Red+Green+Blue) = 153+1+13=167 (22% of max value = 765). Red value is 153 (60.16% from 255 or 91.62% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 13 (5.47% from 255 or 7.78% from 167); Max value from RGB is 153 - color contains mainly: red. Hex color #99010D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99010D is #66FEF2. Grayscale: #2F2F2F. Windows color (decimal): -6749939 or 852377. OLE color: 852377.
HSL color Cylindrical-coordinate representation of color #99010D: hue angle of 355.26º 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 #99010D is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 1 | 13 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.4 |
| HSL | 355.26º | 0.99% | 0.3% | - |
| HSV(B) | 355.26º | 0.99% | 0.6% | - |
| XYZ | 13.22 | 6.82 | 1 | - |
| YUV | 47.82 | 108.36 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 1 | 13 | 0 | 0.99 | 0.92 | 0.4 | 355.26 | 0.99 | 0.3 |
| Hex | 99 | 1 | D | 0 | 63 | 5C | 28 | 163 | 63 | 1E |
| Octal | 231 | 1 | 15 | 0 | 143 | 134 | 50 | 543 | 143 | 36 |
| Binary | 10011001 | 1 | 1101 | 0 | 1100011 | 1011100 | 101000 | 101100011 | 1100011 | 11110 |
Color Harmonies of #99010D
Complementary color
Monochromatic Colors of #99010D
Black with #99010D
Text Example
Text Example
White with #99010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99010D; }
p { color: rgb(153,1,13); }
H1.HeaderClassName
{
color: #99010D;
}
.AnyTagClassName
{
color: #99010D;
}
</style>
background-color css
<style>
a { background-color: #99010D; }
a { background-color: rgb(153,1,13); }
div.DivClassName
{
background-color: #99010D;
}
.BgClassName
{
background-color: #99010D;
}
</style>
border-color css
<style>
span { border-color: #99010D; }
span { border-color: rgb(153,1,13); }
td.TdClassName
{
border-color: #99010D;
}
.TagClassName
{
border-color: #99010D;
}
</style>