Shades of Sangria #99040C
Tints of Sangria #99040C
RGB
CMYK
RGB Variations
Color information
#99040C (or 0x99040C) is known color: Sangria. HEX triplet: 99, 04 and 0C. RGB value is (153,4,12). Sum of RGB (Red+Green+Blue) = 153+4+12=169 (22% of max value = 765). Red value is 153 (60.16% from 255 or 90.53% from 169); Green value is 4 (1.95% from 255 or 2.37% from 169); Blue value is 12 (5.08% from 255 or 7.10% from 169); Max value from RGB is 153 - color contains mainly: red. Hex color #99040C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99040C is #66FBF3. Grayscale: #313131. Windows color (decimal): -6749172 or 787609. OLE color: 787609.
HSL color Cylindrical-coordinate representation of color #99040C: hue angle of 356.78º 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 #99040C is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 4 | 12 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.4 |
| HSL | 356.78º | 0.95% | 0.31% | - |
| HSV(B) | 356.78º | 0.97% | 0.6% | - |
| XYZ | 13.25 | 6.89 | 0.98 | - |
| YUV | 49.46 | 106.86 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 4 | 12 | 0 | 0.97 | 0.92 | 0.4 | 356.78 | 0.95 | 0.31 |
| Hex | 99 | 4 | C | 0 | 61 | 5C | 28 | 165 | 5F | 1F |
| Octal | 231 | 4 | 14 | 0 | 141 | 134 | 50 | 545 | 137 | 37 |
| Binary | 10011001 | 100 | 1100 | 0 | 1100001 | 1011100 | 101000 | 101100101 | 1011111 | 11111 |
Color Harmonies of #99040C
Complementary color
Monochromatic Colors of #99040C
Black with #99040C
Text Example
Text Example
White with #99040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99040C; }
p { color: rgb(153,4,12); }
H1.HeaderClassName
{
color: #99040C;
}
.AnyTagClassName
{
color: #99040C;
}
</style>
background-color css
<style>
a { background-color: #99040C; }
a { background-color: rgb(153,4,12); }
div.DivClassName
{
background-color: #99040C;
}
.BgClassName
{
background-color: #99040C;
}
</style>
border-color css
<style>
span { border-color: #99040C; }
span { border-color: rgb(153,4,12); }
td.TdClassName
{
border-color: #99040C;
}
.TagClassName
{
border-color: #99040C;
}
</style>