Shades of Sanguine Brown #743D3D
Tints of Sanguine Brown #743D3D
RGB
CMYK
RGB Variations
Color information
#743D3D (or 0x743D3D) is known color: Sanguine Brown. HEX triplet: 74, 3D and 3D. RGB value is (116,61,61). Sum of RGB (Red+Green+Blue) = 116+61+61=238 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.74% from 238); Green value is 61 (24.22% from 255 or 25.63% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 116 - color contains mainly: red. Hex color #743D3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743D3D is #8BC2C2. Grayscale: #4D4D4D. Windows color (decimal): -9159363 or 4013428. OLE color: 4013428.
HSL color Cylindrical-coordinate representation of color #743D3D: hue angle of 0º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #743D3D is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 61 | 61 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.55 |
| HSL | 0º | 0.31% | 0.35% | - |
| HSV(B) | 0º | 0.47% | 0.45% | - |
| XYZ | 9.71 | 7.39 | 5.33 | - |
| YUV | 77.45 | 118.72 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 61 | 61 | 0 | 0.47 | 0.47 | 0.55 | 0 | 0.31 | 0.35 |
| Hex | 74 | 3D | 3D | 0 | 2F | 2F | 37 | 0 | 1F | 23 |
| Octal | 164 | 75 | 75 | 0 | 57 | 57 | 67 | 0 | 37 | 43 |
| Binary | 1110100 | 111101 | 111101 | 0 | 101111 | 101111 | 110111 | 0 | 11111 | 100011 |
Color Harmonies of #743D3D
Complementary color
Monochromatic Colors of #743D3D
Black with #743D3D
Text Example
Text Example
White with #743D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743D3D; }
p { color: rgb(116,61,61); }
H1.HeaderClassName
{
color: #743D3D;
}
.AnyTagClassName
{
color: #743D3D;
}
</style>
background-color css
<style>
a { background-color: #743D3D; }
a { background-color: rgb(116,61,61); }
div.DivClassName
{
background-color: #743D3D;
}
.BgClassName
{
background-color: #743D3D;
}
</style>
border-color css
<style>
span { border-color: #743D3D; }
span { border-color: rgb(116,61,61); }
td.TdClassName
{
border-color: #743D3D;
}
.TagClassName
{
border-color: #743D3D;
}
</style>