Shades of Sangria #99030D
Tints of Sangria #99030D
RGB
CMYK
RGB Variations
Color information
#99030D (or 0x99030D) is known color: Sangria. HEX triplet: 99, 03 and 0D. RGB value is (153,3,13). Sum of RGB (Red+Green+Blue) = 153+3+13=169 (22% of max value = 765). Red value is 153 (60.16% from 255 or 90.53% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 13 (5.47% from 255 or 7.69% from 169); Max value from RGB is 153 - color contains mainly: red. Hex color #99030D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99030D is #66FCF2. Grayscale: #313131. Windows color (decimal): -6749427 or 852889. OLE color: 852889.
HSL color Cylindrical-coordinate representation of color #99030D: hue angle of 356º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #99030D is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 3 | 13 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.4 |
| HSL | 356º | 0.96% | 0.31% | - |
| HSV(B) | 356º | 0.98% | 0.6% | - |
| XYZ | 13.24 | 6.87 | 1.01 | - |
| YUV | 48.99 | 107.7 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 3 | 13 | 0 | 0.98 | 0.92 | 0.4 | 356 | 0.96 | 0.31 |
| Hex | 99 | 3 | D | 0 | 62 | 5C | 28 | 164 | 60 | 1F |
| Octal | 231 | 3 | 15 | 0 | 142 | 134 | 50 | 544 | 140 | 37 |
| Binary | 10011001 | 11 | 1101 | 0 | 1100010 | 1011100 | 101000 | 101100100 | 1100000 | 11111 |
Color Harmonies of #99030D
Complementary color
Monochromatic Colors of #99030D
Black with #99030D
Text Example
Text Example
White with #99030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99030D; }
p { color: rgb(153,3,13); }
H1.HeaderClassName
{
color: #99030D;
}
.AnyTagClassName
{
color: #99030D;
}
</style>
background-color css
<style>
a { background-color: #99030D; }
a { background-color: rgb(153,3,13); }
div.DivClassName
{
background-color: #99030D;
}
.BgClassName
{
background-color: #99030D;
}
</style>
border-color css
<style>
span { border-color: #99030D; }
span { border-color: rgb(153,3,13); }
td.TdClassName
{
border-color: #99030D;
}
.TagClassName
{
border-color: #99030D;
}
</style>