Shades of Sanguine Brown #70403F
Tints of Sanguine Brown #70403F
RGB
CMYK
RGB Variations
Color information
#70403F (or 0x70403F) is known color: Sanguine Brown. HEX triplet: 70, 40 and 3F. RGB value is (112,64,63). Sum of RGB (Red+Green+Blue) = 112+64+63=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #70403F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70403F is #8FBFC0. Grayscale: #4E4E4E. Windows color (decimal): -9420737 or 4145264. OLE color: 4145264.
HSL color Cylindrical-coordinate representation of color #70403F: hue angle of 1.22º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70403F is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 64 | 63 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.56 |
| HSL | 1.22º | 0.28% | 0.34% | - |
| HSV(B) | 1.22º | 0.44% | 0.44% | - |
| XYZ | 9.41 | 7.47 | 5.65 | - |
| YUV | 78.24 | 119.4 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 64 | 63 | 0 | 0.43 | 0.44 | 0.56 | 1.22 | 0.28 | 0.34 |
| Hex | 70 | 40 | 3F | 0 | 2B | 2C | 38 | 1 | 1C | 22 |
| Octal | 160 | 100 | 77 | 0 | 53 | 54 | 70 | 1 | 34 | 42 |
| Binary | 1110000 | 1000000 | 111111 | 0 | 101011 | 101100 | 111000 | 1 | 11100 | 100010 |
Color Harmonies of #70403F
Complementary color
Monochromatic Colors of #70403F
Black with #70403F
Text Example
Text Example
White with #70403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70403F; }
p { color: rgb(112,64,63); }
H1.HeaderClassName
{
color: #70403F;
}
.AnyTagClassName
{
color: #70403F;
}
</style>
background-color css
<style>
a { background-color: #70403F; }
a { background-color: rgb(112,64,63); }
div.DivClassName
{
background-color: #70403F;
}
.BgClassName
{
background-color: #70403F;
}
</style>
border-color css
<style>
span { border-color: #70403F; }
span { border-color: rgb(112,64,63); }
td.TdClassName
{
border-color: #70403F;
}
.TagClassName
{
border-color: #70403F;
}
</style>