Shades of Sanguine Brown #713F3F
Tints of Sanguine Brown #713F3F
RGB
CMYK
RGB Variations
Color information
#713F3F (or 0x713F3F) is known color: Sanguine Brown. HEX triplet: 71, 3F and 3F. RGB value is (113,63,63). Sum of RGB (Red+Green+Blue) = 113+63+63=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 63 (25% from 255 or 26.36% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #713F3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713F3F is #8EC0C0. Grayscale: #4E4E4E. Windows color (decimal): -9355457 or 4145009. OLE color: 4145009.
HSL color Cylindrical-coordinate representation of color #713F3F: hue angle of 0º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #713F3F is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 63 | 63 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.56 |
| HSL | 0º | 0.28% | 0.35% | - |
| HSV(B) | 0º | 0.44% | 0.44% | - |
| XYZ | 9.48 | 7.42 | 5.64 | - |
| YUV | 77.95 | 119.57 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 63 | 63 | 0 | 0.44 | 0.44 | 0.56 | 0 | 0.28 | 0.35 |
| Hex | 71 | 3F | 3F | 0 | 2C | 2C | 38 | 0 | 1C | 23 |
| Octal | 161 | 77 | 77 | 0 | 54 | 54 | 70 | 0 | 34 | 43 |
| Binary | 1110001 | 111111 | 111111 | 0 | 101100 | 101100 | 111000 | 0 | 11100 | 100011 |
Color Harmonies of #713F3F
Complementary color
Monochromatic Colors of #713F3F
Black with #713F3F
Text Example
Text Example
White with #713F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713F3F; }
p { color: rgb(113,63,63); }
H1.HeaderClassName
{
color: #713F3F;
}
.AnyTagClassName
{
color: #713F3F;
}
</style>
background-color css
<style>
a { background-color: #713F3F; }
a { background-color: rgb(113,63,63); }
div.DivClassName
{
background-color: #713F3F;
}
.BgClassName
{
background-color: #713F3F;
}
</style>
border-color css
<style>
span { border-color: #713F3F; }
span { border-color: rgb(113,63,63); }
td.TdClassName
{
border-color: #713F3F;
}
.TagClassName
{
border-color: #713F3F;
}
</style>