Shades of Sanguine Brown #714141
Tints of Sanguine Brown #714141
RGB
CMYK
RGB Variations
Color information
#714141 (or 0x714141) is known color: Sanguine Brown. HEX triplet: 71, 41 and 41. RGB value is (113,65,65). Sum of RGB (Red+Green+Blue) = 113+65+65=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 65 (25.78% from 255 or 26.75% from 243); Max value from RGB is 113 - color contains mainly: red. Hex color #714141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714141 is #8EBEBE. Grayscale: #4F4F4F. Windows color (decimal): -9354943 or 4276593. OLE color: 4276593.
HSL color Cylindrical-coordinate representation of color #714141: hue angle of 0º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #714141 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 65 | 65 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.56 |
| HSL | 0º | 0.27% | 0.35% | - |
| HSV(B) | 0º | 0.42% | 0.44% | - |
| XYZ | 9.65 | 7.67 | 5.97 | - |
| YUV | 79.35 | 119.9 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 65 | 65 | 0 | 0.42 | 0.42 | 0.56 | 0 | 0.27 | 0.35 |
| Hex | 71 | 41 | 41 | 0 | 2A | 2A | 38 | 0 | 1B | 23 |
| Octal | 161 | 101 | 101 | 0 | 52 | 52 | 70 | 0 | 33 | 43 |
| Binary | 1110001 | 1000001 | 1000001 | 0 | 101010 | 101010 | 111000 | 0 | 11011 | 100011 |
Color Harmonies of #714141
Complementary color
Monochromatic Colors of #714141
Black with #714141
Text Example
Text Example
White with #714141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714141; }
p { color: rgb(113,65,65); }
H1.HeaderClassName
{
color: #714141;
}
.AnyTagClassName
{
color: #714141;
}
</style>
background-color css
<style>
a { background-color: #714141; }
a { background-color: rgb(113,65,65); }
div.DivClassName
{
background-color: #714141;
}
.BgClassName
{
background-color: #714141;
}
</style>
border-color css
<style>
span { border-color: #714141; }
span { border-color: rgb(113,65,65); }
td.TdClassName
{
border-color: #714141;
}
.TagClassName
{
border-color: #714141;
}
</style>