Shades of Sangria #99050D
Tints of Sangria #99050D
RGB
CMYK
RGB Variations
Color information
#99050D (or 0x99050D) is known color: Sangria. HEX triplet: 99, 05 and 0D. RGB value is (153,5,13). Sum of RGB (Red+Green+Blue) = 153+5+13=171 (22% of max value = 765). Red value is 153 (60.16% from 255 or 89.47% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 13 (5.47% from 255 or 7.60% from 171); Max value from RGB is 153 - color contains mainly: red. Hex color #99050D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99050D is #66FAF2. Grayscale: #323232. Windows color (decimal): -6748915 or 853401. OLE color: 853401.
HSL color Cylindrical-coordinate representation of color #99050D: hue angle of 356.76º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #99050D is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 5 | 13 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.4 |
| HSL | 356.76º | 0.94% | 0.31% | - |
| HSV(B) | 356.76º | 0.97% | 0.6% | - |
| XYZ | 13.26 | 6.91 | 1.02 | - |
| YUV | 50.16 | 107.03 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 5 | 13 | 0 | 0.97 | 0.92 | 0.4 | 356.76 | 0.94 | 0.31 |
| Hex | 99 | 5 | D | 0 | 61 | 5C | 28 | 165 | 5E | 1F |
| Octal | 231 | 5 | 15 | 0 | 141 | 134 | 50 | 545 | 136 | 37 |
| Binary | 10011001 | 101 | 1101 | 0 | 1100001 | 1011100 | 101000 | 101100101 | 1011110 | 11111 |
Color Harmonies of #99050D
Complementary color
Monochromatic Colors of #99050D
Black with #99050D
Text Example
Text Example
White with #99050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99050D; }
p { color: rgb(153,5,13); }
H1.HeaderClassName
{
color: #99050D;
}
.AnyTagClassName
{
color: #99050D;
}
</style>
background-color css
<style>
a { background-color: #99050D; }
a { background-color: rgb(153,5,13); }
div.DivClassName
{
background-color: #99050D;
}
.BgClassName
{
background-color: #99050D;
}
</style>
border-color css
<style>
span { border-color: #99050D; }
span { border-color: rgb(153,5,13); }
td.TdClassName
{
border-color: #99050D;
}
.TagClassName
{
border-color: #99050D;
}
</style>