Shades of Sangria #99010C
Tints of Sangria #99010C
RGB
CMYK
RGB Variations
Color information
#99010C (or 0x99010C) is known color: Sangria. HEX triplet: 99, 01 and 0C. RGB value is (153,1,12). Sum of RGB (Red+Green+Blue) = 153+1+12=166 (21% of max value = 765). Red value is 153 (60.16% from 255 or 92.17% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 12 (5.08% from 255 or 7.23% from 166); Max value from RGB is 153 - color contains mainly: red. Hex color #99010C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99010C is #66FEF3. Grayscale: #2F2F2F. Windows color (decimal): -6749940 or 786841. OLE color: 786841.
HSL color Cylindrical-coordinate representation of color #99010C: hue angle of 355.66º 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 #99010C is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 1 | 12 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.4 |
| HSL | 355.66º | 0.99% | 0.3% | - |
| HSV(B) | 355.66º | 0.99% | 0.6% | - |
| XYZ | 13.21 | 6.82 | 0.97 | - |
| YUV | 47.7 | 107.86 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 1 | 12 | 0 | 0.99 | 0.92 | 0.4 | 355.66 | 0.99 | 0.3 |
| Hex | 99 | 1 | C | 0 | 63 | 5C | 28 | 164 | 63 | 1E |
| Octal | 231 | 1 | 14 | 0 | 143 | 134 | 50 | 544 | 143 | 36 |
| Binary | 10011001 | 1 | 1100 | 0 | 1100011 | 1011100 | 101000 | 101100100 | 1100011 | 11110 |
Color Harmonies of #99010C
Complementary color
Monochromatic Colors of #99010C
Black with #99010C
Text Example
Text Example
White with #99010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99010C; }
p { color: rgb(153,1,12); }
H1.HeaderClassName
{
color: #99010C;
}
.AnyTagClassName
{
color: #99010C;
}
</style>
background-color css
<style>
a { background-color: #99010C; }
a { background-color: rgb(153,1,12); }
div.DivClassName
{
background-color: #99010C;
}
.BgClassName
{
background-color: #99010C;
}
</style>
border-color css
<style>
span { border-color: #99010C; }
span { border-color: rgb(153,1,12); }
td.TdClassName
{
border-color: #99010C;
}
.TagClassName
{
border-color: #99010C;
}
</style>