Shades of Sangria #99040F
Tints of Sangria #99040F
RGB
CMYK
RGB Variations
Color information
#99040F (or 0x99040F) is known color: Sangria. HEX triplet: 99, 04 and 0F. RGB value is (153,4,15). Sum of RGB (Red+Green+Blue) = 153+4+15=172 (22% of max value = 765). Red value is 153 (60.16% from 255 or 88.95% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 153 - color contains mainly: red. Hex color #99040F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99040F is #66FBF0. Grayscale: #313131. Windows color (decimal): -6749169 or 984217. OLE color: 984217.
HSL color Cylindrical-coordinate representation of color #99040F: hue angle of 355.57º 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 #99040F is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 4 | 15 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.4 |
| HSL | 355.57º | 0.95% | 0.31% | - |
| HSV(B) | 355.57º | 0.97% | 0.6% | - |
| XYZ | 13.27 | 6.89 | 1.08 | - |
| YUV | 49.81 | 108.36 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 4 | 15 | 0 | 0.97 | 0.90 | 0.4 | 355.57 | 0.95 | 0.31 |
| Hex | 99 | 4 | F | 0 | 61 | 5A | 28 | 164 | 5F | 1F |
| Octal | 231 | 4 | 17 | 0 | 141 | 132 | 50 | 544 | 137 | 37 |
| Binary | 10011001 | 100 | 1111 | 0 | 1100001 | 1011010 | 101000 | 101100100 | 1011111 | 11111 |
Color Harmonies of #99040F
Complementary color
Monochromatic Colors of #99040F
Black with #99040F
Text Example
Text Example
White with #99040F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99040F; }
p { color: rgb(153,4,15); }
H1.HeaderClassName
{
color: #99040F;
}
.AnyTagClassName
{
color: #99040F;
}
</style>
background-color css
<style>
a { background-color: #99040F; }
a { background-color: rgb(153,4,15); }
div.DivClassName
{
background-color: #99040F;
}
.BgClassName
{
background-color: #99040F;
}
</style>
border-color css
<style>
span { border-color: #99040F; }
span { border-color: rgb(153,4,15); }
td.TdClassName
{
border-color: #99040F;
}
.TagClassName
{
border-color: #99040F;
}
</style>