Shades of Sanguine Brown #713D3D
Tints of Sanguine Brown #713D3D
RGB
CMYK
RGB Variations
Color information
#713D3D (or 0x713D3D) is known color: Sanguine Brown. HEX triplet: 71, 3D and 3D. RGB value is (113,61,61). Sum of RGB (Red+Green+Blue) = 113+61+61=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 61 (24.22% from 255 or 25.96% from 235); Blue value is 61 (24.22% from 255 or 25.96% from 235); Max value from RGB is 113 - color contains mainly: red. Hex color #713D3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713D3D is #8EC2C2. Grayscale: #4C4C4C. Windows color (decimal): -9355971 or 4013425. OLE color: 4013425.
HSL color Cylindrical-coordinate representation of color #713D3D: hue angle of 0º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #713D3D is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 61 | 61 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.56 |
| HSL | 0º | 0.3% | 0.34% | - |
| HSV(B) | 0º | 0.46% | 0.44% | - |
| XYZ | 9.32 | 7.19 | 5.31 | - |
| YUV | 76.55 | 119.23 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 61 | 61 | 0 | 0.46 | 0.46 | 0.56 | 0 | 0.3 | 0.34 |
| Hex | 71 | 3D | 3D | 0 | 2E | 2E | 38 | 0 | 1E | 22 |
| Octal | 161 | 75 | 75 | 0 | 56 | 56 | 70 | 0 | 36 | 42 |
| Binary | 1110001 | 111101 | 111101 | 0 | 101110 | 101110 | 111000 | 0 | 11110 | 100010 |
Color Harmonies of #713D3D
Complementary color
Monochromatic Colors of #713D3D
Black with #713D3D
Text Example
Text Example
White with #713D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713D3D; }
p { color: rgb(113,61,61); }
H1.HeaderClassName
{
color: #713D3D;
}
.AnyTagClassName
{
color: #713D3D;
}
</style>
background-color css
<style>
a { background-color: #713D3D; }
a { background-color: rgb(113,61,61); }
div.DivClassName
{
background-color: #713D3D;
}
.BgClassName
{
background-color: #713D3D;
}
</style>
border-color css
<style>
span { border-color: #713D3D; }
span { border-color: rgb(113,61,61); }
td.TdClassName
{
border-color: #713D3D;
}
.TagClassName
{
border-color: #713D3D;
}
</style>