Shades of Sangria #940C0D
Tints of Sangria #940C0D
RGB
CMYK
RGB Variations
Color information
#940C0D (or 0x940C0D) is known color: Sangria. HEX triplet: 94, 0C and 0D. RGB value is (148,12,13). Sum of RGB (Red+Green+Blue) = 148+12+13=173 (22% of max value = 765). Red value is 148 (58.20% from 255 or 85.55% from 173); Green value is 12 (5.08% from 255 or 6.94% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 148 - color contains mainly: red. Hex color #940C0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940C0D is #6BF3F2. Grayscale: #343434. Windows color (decimal): -7074803 or 855188. OLE color: 855188.
HSL color Cylindrical-coordinate representation of color #940C0D: hue angle of 359.56º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #940C0D is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 12 | 13 | - |
| CMYK | 0 | 0.92 | 0.91 | 0.42 |
| HSL | 359.56º | 0.85% | 0.31% | - |
| HSV(B) | 359.56º | 0.92% | 0.58% | - |
| XYZ | 12.42 | 6.59 | 1 | - |
| YUV | 52.78 | 105.56 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 12 | 13 | 0 | 0.92 | 0.91 | 0.42 | 359.56 | 0.85 | 0.31 |
| Hex | 94 | C | D | 0 | 5C | 5B | 2A | 168 | 55 | 1F |
| Octal | 224 | 14 | 15 | 0 | 134 | 133 | 52 | 550 | 125 | 37 |
| Binary | 10010100 | 1100 | 1101 | 0 | 1011100 | 1011011 | 101010 | 101101000 | 1010101 | 11111 |
Color Harmonies of #940C0D
Complementary color
Monochromatic Colors of #940C0D
Black with #940C0D
Text Example
Text Example
White with #940C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940C0D; }
p { color: rgb(148,12,13); }
H1.HeaderClassName
{
color: #940C0D;
}
.AnyTagClassName
{
color: #940C0D;
}
</style>
background-color css
<style>
a { background-color: #940C0D; }
a { background-color: rgb(148,12,13); }
div.DivClassName
{
background-color: #940C0D;
}
.BgClassName
{
background-color: #940C0D;
}
</style>
border-color css
<style>
span { border-color: #940C0D; }
span { border-color: rgb(148,12,13); }
td.TdClassName
{
border-color: #940C0D;
}
.TagClassName
{
border-color: #940C0D;
}
</style>