Shades of Sanguine Brown #743735
Tints of Sanguine Brown #743735
RGB
CMYK
RGB Variations
Color information
#743735 (or 0x743735) is known color: Sanguine Brown. HEX triplet: 74, 37 and 35. RGB value is (116,55,53). Sum of RGB (Red+Green+Blue) = 116+55+53=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 55 (21.88% from 255 or 24.55% from 224); Blue value is 53 (21.09% from 255 or 23.66% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #743735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743735 is #8BC8CA. Grayscale: #494949. Windows color (decimal): -9160907 or 3487604. OLE color: 3487604.
HSL color Cylindrical-coordinate representation of color #743735: hue angle of 1.9º 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 #743735 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 55 | 53 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.55 |
| HSL | 1.9º | 0.37% | 0.33% | - |
| HSV(B) | 1.9º | 0.54% | 0.45% | - |
| XYZ | 9.21 | 6.7 | 4.18 | - |
| YUV | 73.01 | 116.71 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 55 | 53 | 0 | 0.53 | 0.54 | 0.55 | 1.9 | 0.37 | 0.33 |
| Hex | 74 | 37 | 35 | 0 | 35 | 36 | 37 | 2 | 25 | 21 |
| Octal | 164 | 67 | 65 | 0 | 65 | 66 | 67 | 2 | 45 | 41 |
| Binary | 1110100 | 110111 | 110101 | 0 | 110101 | 110110 | 110111 | 10 | 100101 | 100001 |
Color Harmonies of #743735
Complementary color
Monochromatic Colors of #743735
Black with #743735
Text Example
Text Example
White with #743735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743735; }
p { color: rgb(116,55,53); }
H1.HeaderClassName
{
color: #743735;
}
.AnyTagClassName
{
color: #743735;
}
</style>
background-color css
<style>
a { background-color: #743735; }
a { background-color: rgb(116,55,53); }
div.DivClassName
{
background-color: #743735;
}
.BgClassName
{
background-color: #743735;
}
</style>
border-color css
<style>
span { border-color: #743735; }
span { border-color: rgb(116,55,53); }
td.TdClassName
{
border-color: #743735;
}
.TagClassName
{
border-color: #743735;
}
</style>