Shades of Sanguine Brown #643939
Tints of Sanguine Brown #643939
RGB
CMYK
RGB Variations
Color information
#643939 (or 0x643939) is known color: Sanguine Brown. HEX triplet: 64, 39 and 39. RGB value is (100,57,57). Sum of RGB (Red+Green+Blue) = 100+57+57=214 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.73% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 57 (22.66% from 255 or 26.64% from 214); Max value from RGB is 100 - color contains mainly: red. Hex color #643939 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643939 is #9BC6C6. Grayscale: #454545. Windows color (decimal): -10208967 or 3750244. OLE color: 3750244.
HSL color Cylindrical-coordinate representation of color #643939: hue angle of 0º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #643939 is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 57 | 57 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.61 |
| HSL | 0º | 0.27% | 0.31% | - |
| HSV(B) | 0º | 0.43% | 0.39% | - |
| XYZ | 7.46 | 5.93 | 4.62 | - |
| YUV | 69.86 | 120.75 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 57 | 57 | 0 | 0.43 | 0.43 | 0.61 | 0 | 0.27 | 0.31 |
| Hex | 64 | 39 | 39 | 0 | 2B | 2B | 3D | 0 | 1B | 1F |
| Octal | 144 | 71 | 71 | 0 | 53 | 53 | 75 | 0 | 33 | 37 |
| Binary | 1100100 | 111001 | 111001 | 0 | 101011 | 101011 | 111101 | 0 | 11011 | 11111 |
Color Harmonies of #643939
Complementary color
Monochromatic Colors of #643939
Black with #643939
Text Example
Text Example
White with #643939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643939; }
p { color: rgb(100,57,57); }
H1.HeaderClassName
{
color: #643939;
}
.AnyTagClassName
{
color: #643939;
}
</style>
background-color css
<style>
a { background-color: #643939; }
a { background-color: rgb(100,57,57); }
div.DivClassName
{
background-color: #643939;
}
.BgClassName
{
background-color: #643939;
}
</style>
border-color css
<style>
span { border-color: #643939; }
span { border-color: rgb(100,57,57); }
td.TdClassName
{
border-color: #643939;
}
.TagClassName
{
border-color: #643939;
}
</style>