Shades of Sangria #740203
Tints of Sangria #740203
RGB
CMYK
RGB Variations
Color information
#740203 (or 0x740203) is known color: Sangria. HEX triplet: 74, 02 and 03. RGB value is (116,2,3). Sum of RGB (Red+Green+Blue) = 116+2+3=121 (16% of max value = 765). Red value is 116 (45.70% from 255 or 95.87% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 3 (1.56% from 255 or 2.48% from 121); Max value from RGB is 116 - color contains mainly: red. Hex color #740203 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740203 is #8BFDFC. Grayscale: #242424. Windows color (decimal): -9174525 or 197236. OLE color: 197236.
HSL color Cylindrical-coordinate representation of color #740203: hue angle of 359.47º 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 #740203 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 2 | 3 | - |
| CMYK | 0 | 0.98 | 0.97 | 0.55 |
| HSL | 359.47º | 0.97% | 0.23% | - |
| HSV(B) | 359.47º | 0.98% | 0.45% | - |
| XYZ | 7.24 | 3.76 | 0.43 | - |
| YUV | 36.2 | 109.27 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 2 | 3 | 0 | 0.98 | 0.97 | 0.55 | 359.47 | 0.97 | 0.23 |
| Hex | 74 | 2 | 3 | 0 | 62 | 61 | 37 | 167 | 61 | 17 |
| Octal | 164 | 2 | 3 | 0 | 142 | 141 | 67 | 547 | 141 | 27 |
| Binary | 1110100 | 10 | 11 | 0 | 1100010 | 1100001 | 110111 | 101100111 | 1100001 | 10111 |
Color Harmonies of #740203
Complementary color
Monochromatic Colors of #740203
Black with #740203
Text Example
Text Example
White with #740203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740203; }
p { color: rgb(116,2,3); }
H1.HeaderClassName
{
color: #740203;
}
.AnyTagClassName
{
color: #740203;
}
</style>
background-color css
<style>
a { background-color: #740203; }
a { background-color: rgb(116,2,3); }
div.DivClassName
{
background-color: #740203;
}
.BgClassName
{
background-color: #740203;
}
</style>
border-color css
<style>
span { border-color: #740203; }
span { border-color: rgb(116,2,3); }
td.TdClassName
{
border-color: #740203;
}
.TagClassName
{
border-color: #740203;
}
</style>