Shades of Sangria #740205
Tints of Sangria #740205
RGB
CMYK
RGB Variations
Color information
#740205 (or 0x740205) is known color: Sangria. HEX triplet: 74, 02 and 05. RGB value is (116,2,5). Sum of RGB (Red+Green+Blue) = 116+2+5=123 (16% of max value = 765). Red value is 116 (45.70% from 255 or 94.31% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 5 (2.34% from 255 or 4.07% from 123); Max value from RGB is 116 - color contains mainly: red. Hex color #740205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740205 is #8BFDFA. Grayscale: #242424. Windows color (decimal): -9174523 or 328308. OLE color: 328308.
HSL color Cylindrical-coordinate representation of color #740205: hue angle of 358.42º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #740205 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 2 | 5 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.55 |
| HSL | 358.42º | 0.97% | 0.23% | - |
| HSV(B) | 358.42º | 0.98% | 0.45% | - |
| XYZ | 7.25 | 3.77 | 0.49 | - |
| YUV | 36.43 | 110.27 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 2 | 5 | 0 | 0.98 | 0.96 | 0.55 | 358.42 | 0.97 | 0.23 |
| Hex | 74 | 2 | 5 | 0 | 62 | 60 | 37 | 166 | 61 | 17 |
| Octal | 164 | 2 | 5 | 0 | 142 | 140 | 67 | 546 | 141 | 27 |
| Binary | 1110100 | 10 | 101 | 0 | 1100010 | 1100000 | 110111 | 101100110 | 1100001 | 10111 |
Color Harmonies of #740205
Complementary color
Monochromatic Colors of #740205
Black with #740205
Text Example
Text Example
White with #740205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740205; }
p { color: rgb(116,2,5); }
H1.HeaderClassName
{
color: #740205;
}
.AnyTagClassName
{
color: #740205;
}
</style>
background-color css
<style>
a { background-color: #740205; }
a { background-color: rgb(116,2,5); }
div.DivClassName
{
background-color: #740205;
}
.BgClassName
{
background-color: #740205;
}
</style>
border-color css
<style>
span { border-color: #740205; }
span { border-color: rgb(116,2,5); }
td.TdClassName
{
border-color: #740205;
}
.TagClassName
{
border-color: #740205;
}
</style>