Shades of Sangria #99000C
Tints of Sangria #99000C
RGB
CMYK
RGB Variations
Color information
#99000C (or 0x99000C) is known color: Sangria. HEX triplet: 99, 00 and 0C. RGB value is (153,0,12). Sum of RGB (Red+Green+Blue) = 153+0+12=165 (21% of max value = 765). Red value is 153 (60.16% from 255 or 92.73% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 12 (5.08% from 255 or 7.27% from 165); Max value from RGB is 153 - color contains mainly: red. Hex color #99000C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99000C is #66FFF3. Grayscale: #2F2F2F. Windows color (decimal): -6750196 or 786585. OLE color: 786585.
HSL color Cylindrical-coordinate representation of color #99000C: hue angle of 355.29º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #99000C is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.92 | 0.4 |
| HSL | 355.29º | 1% | 0.3% | - |
| HSV(B) | 355.29º | 1% | 0.6% | - |
| XYZ | 13.2 | 6.8 | 0.96 | - |
| YUV | 47.12 | 108.19 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 0 | 12 | 0 | 1 | 0.92 | 0.4 | 355.29 | 1 | 0.3 |
| Hex | 99 | 0 | C | 0 | 64 | 5C | 28 | 163 | 64 | 1E |
| Octal | 231 | 0 | 14 | 0 | 144 | 134 | 50 | 543 | 144 | 36 |
| Binary | 10011001 | 0 | 1100 | 0 | 1100100 | 1011100 | 101000 | 101100011 | 1100100 | 11110 |
Color Harmonies of #99000C
Complementary color
Monochromatic Colors of #99000C
Black with #99000C
Text Example
Text Example
White with #99000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99000C; }
p { color: rgb(153,0,12); }
H1.HeaderClassName
{
color: #99000C;
}
.AnyTagClassName
{
color: #99000C;
}
</style>
background-color css
<style>
a { background-color: #99000C; }
a { background-color: rgb(153,0,12); }
div.DivClassName
{
background-color: #99000C;
}
.BgClassName
{
background-color: #99000C;
}
</style>
border-color css
<style>
span { border-color: #99000C; }
span { border-color: rgb(153,0,12); }
td.TdClassName
{
border-color: #99000C;
}
.TagClassName
{
border-color: #99000C;
}
</style>