Shades of Sanguine Brown #743A3A
Tints of Sanguine Brown #743A3A
RGB
CMYK
RGB Variations
Color information
#743A3A (or 0x743A3A) is known color: Sanguine Brown. HEX triplet: 74, 3A and 3A. RGB value is (116,58,58). Sum of RGB (Red+Green+Blue) = 116+58+58=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 58 (23.05% from 255 or 25% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #743A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743A3A is #8BC5C5. Grayscale: #4B4B4B. Windows color (decimal): -9160134 or 3816052. OLE color: 3816052.
HSL color Cylindrical-coordinate representation of color #743A3A: hue angle of 0º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #743A3A is Cyan = 0, Magento = 0.5, Yellow = 0.5 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 58 | 58 | - |
| CMYK | 0 | 0.5 | 0.5 | 0.55 |
| HSL | 0º | 0.33% | 0.34% | - |
| HSV(B) | 0º | 0.5% | 0.45% | - |
| XYZ | 9.48 | 7.04 | 4.86 | - |
| YUV | 75.34 | 118.22 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 58 | 58 | 0 | 0.5 | 0.5 | 0.55 | 0 | 0.33 | 0.34 |
| Hex | 74 | 3A | 3A | 0 | 32 | 32 | 37 | 0 | 21 | 22 |
| Octal | 164 | 72 | 72 | 0 | 62 | 62 | 67 | 0 | 41 | 42 |
| Binary | 1110100 | 111010 | 111010 | 0 | 110010 | 110010 | 110111 | 0 | 100001 | 100010 |
Color Harmonies of #743A3A
Complementary color
Monochromatic Colors of #743A3A
Black with #743A3A
Text Example
Text Example
White with #743A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743A3A; }
p { color: rgb(116,58,58); }
H1.HeaderClassName
{
color: #743A3A;
}
.AnyTagClassName
{
color: #743A3A;
}
</style>
background-color css
<style>
a { background-color: #743A3A; }
a { background-color: rgb(116,58,58); }
div.DivClassName
{
background-color: #743A3A;
}
.BgClassName
{
background-color: #743A3A;
}
</style>
border-color css
<style>
span { border-color: #743A3A; }
span { border-color: rgb(116,58,58); }
td.TdClassName
{
border-color: #743A3A;
}
.TagClassName
{
border-color: #743A3A;
}
</style>