Shades of Sangria #99040D
Tints of Sangria #99040D
RGB
CMYK
RGB Variations
Color information
#99040D (or 0x99040D) is known color: Sangria. HEX triplet: 99, 04 and 0D. RGB value is (153,4,13). Sum of RGB (Red+Green+Blue) = 153+4+13=170 (22% of max value = 765). Red value is 153 (60.16% from 255 or 90% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 13 (5.47% from 255 or 7.65% from 170); Max value from RGB is 153 - color contains mainly: red. Hex color #99040D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99040D is #66FBF2. Grayscale: #313131. Windows color (decimal): -6749171 or 853145. OLE color: 853145.
HSL color Cylindrical-coordinate representation of color #99040D: hue angle of 356.38º degrees, saturation: 0.95, 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 #99040D is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 4 | 13 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.4 |
| HSL | 356.38º | 0.95% | 0.31% | - |
| HSV(B) | 356.38º | 0.97% | 0.6% | - |
| XYZ | 13.25 | 6.89 | 1.01 | - |
| YUV | 49.58 | 107.36 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 4 | 13 | 0 | 0.97 | 0.92 | 0.4 | 356.38 | 0.95 | 0.31 |
| Hex | 99 | 4 | D | 0 | 61 | 5C | 28 | 164 | 5F | 1F |
| Octal | 231 | 4 | 15 | 0 | 141 | 134 | 50 | 544 | 137 | 37 |
| Binary | 10011001 | 100 | 1101 | 0 | 1100001 | 1011100 | 101000 | 101100100 | 1011111 | 11111 |
Color Harmonies of #99040D
Complementary color
Monochromatic Colors of #99040D
Black with #99040D
Text Example
Text Example
White with #99040D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99040D; }
p { color: rgb(153,4,13); }
H1.HeaderClassName
{
color: #99040D;
}
.AnyTagClassName
{
color: #99040D;
}
</style>
background-color css
<style>
a { background-color: #99040D; }
a { background-color: rgb(153,4,13); }
div.DivClassName
{
background-color: #99040D;
}
.BgClassName
{
background-color: #99040D;
}
</style>
border-color css
<style>
span { border-color: #99040D; }
span { border-color: rgb(153,4,13); }
td.TdClassName
{
border-color: #99040D;
}
.TagClassName
{
border-color: #99040D;
}
</style>