Shades of Sanguine Brown #743633
Tints of Sanguine Brown #743633
RGB
CMYK
RGB Variations
Color information
#743633 (or 0x743633) is known color: Sanguine Brown. HEX triplet: 74, 36 and 33. RGB value is (116,54,51). Sum of RGB (Red+Green+Blue) = 116+54+51=221 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.49% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 51 (20.31% from 255 or 23.08% from 221); Max value from RGB is 116 - color contains mainly: red. Hex color #743633 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743633 is #8BC9CC. Grayscale: #484848. Windows color (decimal): -9161165 or 3356276. OLE color: 3356276.
HSL color Cylindrical-coordinate representation of color #743633: hue angle of 2.77º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #743633 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 54 | 51 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.55 |
| HSL | 2.77º | 0.39% | 0.33% | - |
| HSV(B) | 2.77º | 0.56% | 0.45% | - |
| XYZ | 9.12 | 6.59 | 3.92 | - |
| YUV | 72.2 | 116.04 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 54 | 51 | 0 | 0.53 | 0.56 | 0.55 | 2.77 | 0.39 | 0.33 |
| Hex | 74 | 36 | 33 | 0 | 35 | 38 | 37 | 3 | 27 | 21 |
| Octal | 164 | 66 | 63 | 0 | 65 | 70 | 67 | 3 | 47 | 41 |
| Binary | 1110100 | 110110 | 110011 | 0 | 110101 | 111000 | 110111 | 11 | 100111 | 100001 |
Color Harmonies of #743633
Complementary color
Monochromatic Colors of #743633
Black with #743633
Text Example
Text Example
White with #743633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743633; }
p { color: rgb(116,54,51); }
H1.HeaderClassName
{
color: #743633;
}
.AnyTagClassName
{
color: #743633;
}
</style>
background-color css
<style>
a { background-color: #743633; }
a { background-color: rgb(116,54,51); }
div.DivClassName
{
background-color: #743633;
}
.BgClassName
{
background-color: #743633;
}
</style>
border-color css
<style>
span { border-color: #743633; }
span { border-color: rgb(116,54,51); }
td.TdClassName
{
border-color: #743633;
}
.TagClassName
{
border-color: #743633;
}
</style>