Shades of Sanguine Brown #64413F
Tints of Sanguine Brown #64413F
RGB
CMYK
RGB Variations
Color information
#64413F (or 0x64413F) is known color: Sanguine Brown. HEX triplet: 64, 41 and 3F. RGB value is (100,65,63). Sum of RGB (Red+Green+Blue) = 100+65+63=228 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.86% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 100 - color contains mainly: red. Hex color #64413F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64413F is #9BBEC0. Grayscale: #4B4B4B. Windows color (decimal): -10206913 or 4145508. OLE color: 4145508.
HSL color Cylindrical-coordinate representation of color #64413F: hue angle of 3.24º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #64413F is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 65 | 63 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.61 |
| HSL | 3.24º | 0.23% | 0.32% | - |
| HSV(B) | 3.24º | 0.37% | 0.39% | - |
| XYZ | 8.04 | 6.85 | 5.6 | - |
| YUV | 75.24 | 121.1 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 65 | 63 | 0 | 0.35 | 0.37 | 0.61 | 3.24 | 0.23 | 0.32 |
| Hex | 64 | 41 | 3F | 0 | 23 | 25 | 3D | 3 | 17 | 20 |
| Octal | 144 | 101 | 77 | 0 | 43 | 45 | 75 | 3 | 27 | 40 |
| Binary | 1100100 | 1000001 | 111111 | 0 | 100011 | 100101 | 111101 | 11 | 10111 | 100000 |
Color Harmonies of #64413F
Complementary color
Monochromatic Colors of #64413F
Black with #64413F
Text Example
Text Example
White with #64413F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64413F; }
p { color: rgb(100,65,63); }
H1.HeaderClassName
{
color: #64413F;
}
.AnyTagClassName
{
color: #64413F;
}
</style>
background-color css
<style>
a { background-color: #64413F; }
a { background-color: rgb(100,65,63); }
div.DivClassName
{
background-color: #64413F;
}
.BgClassName
{
background-color: #64413F;
}
</style>
border-color css
<style>
span { border-color: #64413F; }
span { border-color: rgb(100,65,63); }
td.TdClassName
{
border-color: #64413F;
}
.TagClassName
{
border-color: #64413F;
}
</style>