Shades of Sanguine Brown #743534
Tints of Sanguine Brown #743534
RGB
CMYK
RGB Variations
Color information
#743534 (or 0x743534) is known color: Sanguine Brown. HEX triplet: 74, 35 and 34. RGB value is (116,53,52). Sum of RGB (Red+Green+Blue) = 116+53+52=221 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.49% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 116 - color contains mainly: red. Hex color #743534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743534 is #8BCACB. Grayscale: #474747. Windows color (decimal): -9161420 or 3421556. OLE color: 3421556.
HSL color Cylindrical-coordinate representation of color #743534: hue angle of 0.94º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #743534 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 53 | 52 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.55 |
| HSL | 0.94º | 0.38% | 0.33% | - |
| HSV(B) | 0.94º | 0.55% | 0.45% | - |
| XYZ | 9.1 | 6.51 | 4.03 | - |
| YUV | 71.72 | 116.87 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 53 | 52 | 0 | 0.54 | 0.55 | 0.55 | 0.94 | 0.38 | 0.33 |
| Hex | 74 | 35 | 34 | 0 | 36 | 37 | 37 | 1 | 26 | 21 |
| Octal | 164 | 65 | 64 | 0 | 66 | 67 | 67 | 1 | 46 | 41 |
| Binary | 1110100 | 110101 | 110100 | 0 | 110110 | 110111 | 110111 | 1 | 100110 | 100001 |
Color Harmonies of #743534
Complementary color
Monochromatic Colors of #743534
Black with #743534
Text Example
Text Example
White with #743534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743534; }
p { color: rgb(116,53,52); }
H1.HeaderClassName
{
color: #743534;
}
.AnyTagClassName
{
color: #743534;
}
</style>
background-color css
<style>
a { background-color: #743534; }
a { background-color: rgb(116,53,52); }
div.DivClassName
{
background-color: #743534;
}
.BgClassName
{
background-color: #743534;
}
</style>
border-color css
<style>
span { border-color: #743534; }
span { border-color: rgb(116,53,52); }
td.TdClassName
{
border-color: #743534;
}
.TagClassName
{
border-color: #743534;
}
</style>