Shades of Sanguine Brown #704140
Tints of Sanguine Brown #704140
RGB
CMYK
RGB Variations
Color information
#704140 (or 0x704140) is known color: Sanguine Brown. HEX triplet: 70, 41 and 40. RGB value is (112,65,64). Sum of RGB (Red+Green+Blue) = 112+65+64=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #704140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704140 is #8FBEBF. Grayscale: #4E4E4E. Windows color (decimal): -9420480 or 4211056. OLE color: 4211056.
HSL color Cylindrical-coordinate representation of color #704140: hue angle of 1.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #704140 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 65 | 64 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.56 |
| HSL | 1.25º | 0.27% | 0.35% | - |
| HSV(B) | 1.25º | 0.43% | 0.44% | - |
| XYZ | 9.5 | 7.6 | 5.82 | - |
| YUV | 78.94 | 119.57 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 65 | 64 | 0 | 0.42 | 0.43 | 0.56 | 1.25 | 0.27 | 0.35 |
| Hex | 70 | 41 | 40 | 0 | 2A | 2B | 38 | 1 | 1B | 23 |
| Octal | 160 | 101 | 100 | 0 | 52 | 53 | 70 | 1 | 33 | 43 |
| Binary | 1110000 | 1000001 | 1000000 | 0 | 101010 | 101011 | 111000 | 1 | 11011 | 100011 |
Color Harmonies of #704140
Complementary color
Monochromatic Colors of #704140
Black with #704140
Text Example
Text Example
White with #704140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704140; }
p { color: rgb(112,65,64); }
H1.HeaderClassName
{
color: #704140;
}
.AnyTagClassName
{
color: #704140;
}
</style>
background-color css
<style>
a { background-color: #704140; }
a { background-color: rgb(112,65,64); }
div.DivClassName
{
background-color: #704140;
}
.BgClassName
{
background-color: #704140;
}
</style>
border-color css
<style>
span { border-color: #704140; }
span { border-color: rgb(112,65,64); }
td.TdClassName
{
border-color: #704140;
}
.TagClassName
{
border-color: #704140;
}
</style>