Shades of Sanguine Brown #743636
Tints of Sanguine Brown #743636
RGB
CMYK
RGB Variations
Color information
#743636 (or 0x743636) is known color: Sanguine Brown. HEX triplet: 74, 36 and 36. RGB value is (116,54,54). Sum of RGB (Red+Green+Blue) = 116+54+54=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 54 (21.48% from 255 or 24.11% from 224); Blue value is 54 (21.48% from 255 or 24.11% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #743636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743636 is #8BC9C9. Grayscale: #484848. Windows color (decimal): -9161162 or 3552884. OLE color: 3552884.
HSL color Cylindrical-coordinate representation of color #743636: hue angle of 0º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #743636 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 54 | 54 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.55 |
| HSL | 0º | 0.36% | 0.33% | - |
| HSV(B) | 0º | 0.53% | 0.45% | - |
| XYZ | 9.19 | 6.62 | 4.28 | - |
| YUV | 72.54 | 117.54 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 54 | 54 | 0 | 0.53 | 0.53 | 0.55 | 0 | 0.36 | 0.33 |
| Hex | 74 | 36 | 36 | 0 | 35 | 35 | 37 | 0 | 24 | 21 |
| Octal | 164 | 66 | 66 | 0 | 65 | 65 | 67 | 0 | 44 | 41 |
| Binary | 1110100 | 110110 | 110110 | 0 | 110101 | 110101 | 110111 | 0 | 100100 | 100001 |
Color Harmonies of #743636
Complementary color
Monochromatic Colors of #743636
Black with #743636
Text Example
Text Example
White with #743636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743636; }
p { color: rgb(116,54,54); }
H1.HeaderClassName
{
color: #743636;
}
.AnyTagClassName
{
color: #743636;
}
</style>
background-color css
<style>
a { background-color: #743636; }
a { background-color: rgb(116,54,54); }
div.DivClassName
{
background-color: #743636;
}
.BgClassName
{
background-color: #743636;
}
</style>
border-color css
<style>
span { border-color: #743636; }
span { border-color: rgb(116,54,54); }
td.TdClassName
{
border-color: #743636;
}
.TagClassName
{
border-color: #743636;
}
</style>