Shades of Sanguine Brown #743535
Tints of Sanguine Brown #743535
RGB
CMYK
RGB Variations
Color information
#743535 (or 0x743535) is known color: Sanguine Brown. HEX triplet: 74, 35 and 35. RGB value is (116,53,53). Sum of RGB (Red+Green+Blue) = 116+53+53=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 53 (21.09% from 255 or 23.87% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #743535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743535 is #8BCACA. Grayscale: #474747. Windows color (decimal): -9161419 or 3487092. OLE color: 3487092.
HSL color Cylindrical-coordinate representation of color #743535: hue angle of 0º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #743535 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 53 | 53 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.55 |
| HSL | 0º | 0.37% | 0.33% | - |
| HSV(B) | 0º | 0.54% | 0.45% | - |
| XYZ | 9.12 | 6.52 | 4.15 | - |
| YUV | 71.84 | 117.37 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 53 | 53 | 0 | 0.54 | 0.54 | 0.55 | 0 | 0.37 | 0.33 |
| Hex | 74 | 35 | 35 | 0 | 36 | 36 | 37 | 0 | 25 | 21 |
| Octal | 164 | 65 | 65 | 0 | 66 | 66 | 67 | 0 | 45 | 41 |
| Binary | 1110100 | 110101 | 110101 | 0 | 110110 | 110110 | 110111 | 0 | 100101 | 100001 |
Color Harmonies of #743535
Complementary color
Monochromatic Colors of #743535
Black with #743535
Text Example
Text Example
White with #743535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743535; }
p { color: rgb(116,53,53); }
H1.HeaderClassName
{
color: #743535;
}
.AnyTagClassName
{
color: #743535;
}
</style>
background-color css
<style>
a { background-color: #743535; }
a { background-color: rgb(116,53,53); }
div.DivClassName
{
background-color: #743535;
}
.BgClassName
{
background-color: #743535;
}
</style>
border-color css
<style>
span { border-color: #743535; }
span { border-color: rgb(116,53,53); }
td.TdClassName
{
border-color: #743535;
}
.TagClassName
{
border-color: #743535;
}
</style>