Shades of Sangria #940D13
Tints of Sangria #940D13
RGB
CMYK
RGB Variations
Color information
#940D13 (or 0x940D13) is known color: Sangria. HEX triplet: 94, 0D and 13. RGB value is (148,13,19). Sum of RGB (Red+Green+Blue) = 148+13+19=180 (23% of max value = 765). Red value is 148 (58.20% from 255 or 82.22% from 180); Green value is 13 (5.47% from 255 or 7.22% from 180); Blue value is 19 (7.81% from 255 or 10.56% from 180); Max value from RGB is 148 - color contains mainly: red. Hex color #940D13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940D13 is #6BF2EC. Grayscale: #363636. Windows color (decimal): -7074541 or 1248660. OLE color: 1248660.
HSL color Cylindrical-coordinate representation of color #940D13: hue angle of 357.33º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #940D13 is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 13 | 19 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.42 |
| HSL | 357.33º | 0.84% | 0.32% | - |
| HSV(B) | 357.33º | 0.91% | 0.58% | - |
| XYZ | 12.47 | 6.63 | 1.24 | - |
| YUV | 54.05 | 108.23 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 13 | 19 | 0 | 0.91 | 0.87 | 0.42 | 357.33 | 0.84 | 0.32 |
| Hex | 94 | D | 13 | 0 | 5B | 57 | 2A | 165 | 54 | 20 |
| Octal | 224 | 15 | 23 | 0 | 133 | 127 | 52 | 545 | 124 | 40 |
| Binary | 10010100 | 1101 | 10011 | 0 | 1011011 | 1010111 | 101010 | 101100101 | 1010100 | 100000 |
Color Harmonies of #940D13
Complementary color
Monochromatic Colors of #940D13
Black with #940D13
Text Example
Text Example
White with #940D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940D13; }
p { color: rgb(148,13,19); }
H1.HeaderClassName
{
color: #940D13;
}
.AnyTagClassName
{
color: #940D13;
}
</style>
background-color css
<style>
a { background-color: #940D13; }
a { background-color: rgb(148,13,19); }
div.DivClassName
{
background-color: #940D13;
}
.BgClassName
{
background-color: #940D13;
}
</style>
border-color css
<style>
span { border-color: #940D13; }
span { border-color: rgb(148,13,19); }
td.TdClassName
{
border-color: #940D13;
}
.TagClassName
{
border-color: #940D13;
}
</style>