Shades of Sangria #940205
Tints of Sangria #940205
RGB
CMYK
RGB Variations
Color information
#940205 (or 0x940205) is known color: Sangria. HEX triplet: 94, 02 and 05. RGB value is (148,2,5). Sum of RGB (Red+Green+Blue) = 148+2+5=155 (20% of max value = 765). Red value is 148 (58.20% from 255 or 95.48% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 5 (2.34% from 255 or 3.23% from 155); Max value from RGB is 148 - color contains mainly: red. Hex color #940205 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940205 is #6BFDFA. Grayscale: #2E2E2E. Windows color (decimal): -7077371 or 328340. OLE color: 328340.
HSL color Cylindrical-coordinate representation of color #940205: hue angle of 358.77º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #940205 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 2 | 5 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.42 |
| HSL | 358.77º | 0.97% | 0.29% | - |
| HSV(B) | 358.77º | 0.99% | 0.58% | - |
| XYZ | 12.26 | 6.35 | 0.72 | - |
| YUV | 46 | 104.87 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 2 | 5 | 0 | 0.99 | 0.97 | 0.42 | 358.77 | 0.97 | 0.29 |
| Hex | 94 | 2 | 5 | 0 | 63 | 61 | 2A | 167 | 61 | 1D |
| Octal | 224 | 2 | 5 | 0 | 143 | 141 | 52 | 547 | 141 | 35 |
| Binary | 10010100 | 10 | 101 | 0 | 1100011 | 1100001 | 101010 | 101100111 | 1100001 | 11101 |
Color Harmonies of #940205
Complementary color
Monochromatic Colors of #940205
Black with #940205
Text Example
Text Example
White with #940205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940205; }
p { color: rgb(148,2,5); }
H1.HeaderClassName
{
color: #940205;
}
.AnyTagClassName
{
color: #940205;
}
</style>
background-color css
<style>
a { background-color: #940205; }
a { background-color: rgb(148,2,5); }
div.DivClassName
{
background-color: #940205;
}
.BgClassName
{
background-color: #940205;
}
</style>
border-color css
<style>
span { border-color: #940205; }
span { border-color: rgb(148,2,5); }
td.TdClassName
{
border-color: #940205;
}
.TagClassName
{
border-color: #940205;
}
</style>