Shades of Sangria #99000F
Tints of Sangria #99000F
RGB
CMYK
RGB Variations
Color information
#99000F (or 0x99000F) is known color: Sangria. HEX triplet: 99, 00 and 0F. RGB value is (153,0,15). Sum of RGB (Red+Green+Blue) = 153+0+15=168 (22% of max value = 765). Red value is 153 (60.16% from 255 or 91.07% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 15 (6.25% from 255 or 8.93% from 168); Max value from RGB is 153 - color contains mainly: red. Hex color #99000F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99000F is #66FFF0. Grayscale: #2F2F2F. Windows color (decimal): -6750193 or 983193. OLE color: 983193.
HSL color Cylindrical-coordinate representation of color #99000F: hue angle of 354.12º 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 #99000F is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.90 | 0.4 |
| HSL | 354.12º | 1% | 0.3% | - |
| HSV(B) | 354.12º | 1% | 0.6% | - |
| XYZ | 13.22 | 6.81 | 1.07 | - |
| YUV | 47.46 | 109.69 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 0 | 15 | 0 | 1 | 0.90 | 0.4 | 354.12 | 1 | 0.3 |
| Hex | 99 | 0 | F | 0 | 64 | 5A | 28 | 162 | 64 | 1E |
| Octal | 231 | 0 | 17 | 0 | 144 | 132 | 50 | 542 | 144 | 36 |
| Binary | 10011001 | 0 | 1111 | 0 | 1100100 | 1011010 | 101000 | 101100010 | 1100100 | 11110 |
Color Harmonies of #99000F
Complementary color
Monochromatic Colors of #99000F
Black with #99000F
Text Example
Text Example
White with #99000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99000F; }
p { color: rgb(153,0,15); }
H1.HeaderClassName
{
color: #99000F;
}
.AnyTagClassName
{
color: #99000F;
}
</style>
background-color css
<style>
a { background-color: #99000F; }
a { background-color: rgb(153,0,15); }
div.DivClassName
{
background-color: #99000F;
}
.BgClassName
{
background-color: #99000F;
}
</style>
border-color css
<style>
span { border-color: #99000F; }
span { border-color: rgb(153,0,15); }
td.TdClassName
{
border-color: #99000F;
}
.TagClassName
{
border-color: #99000F;
}
</style>