Shades of Sanguine Brown #64403D
Tints of Sanguine Brown #64403D
RGB
CMYK
RGB Variations
Color information
#64403D (or 0x64403D) is known color: Sanguine Brown. HEX triplet: 64, 40 and 3D. RGB value is (100,64,61). Sum of RGB (Red+Green+Blue) = 100+64+61=225 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.44% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 100 - color contains mainly: red. Hex color #64403D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64403D is #9BBFC2. Grayscale: #4A4A4A. Windows color (decimal): -10207171 or 4014180. OLE color: 4014180.
HSL color Cylindrical-coordinate representation of color #64403D: hue angle of 4.62º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #64403D is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 64 | 61 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.61 |
| HSL | 4.62º | 0.24% | 0.32% | - |
| HSV(B) | 4.62º | 0.39% | 0.39% | - |
| XYZ | 7.93 | 6.71 | 5.29 | - |
| YUV | 74.42 | 120.43 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 64 | 61 | 0 | 0.36 | 0.39 | 0.61 | 4.62 | 0.24 | 0.32 |
| Hex | 64 | 40 | 3D | 0 | 24 | 27 | 3D | 5 | 18 | 20 |
| Octal | 144 | 100 | 75 | 0 | 44 | 47 | 75 | 5 | 30 | 40 |
| Binary | 1100100 | 1000000 | 111101 | 0 | 100100 | 100111 | 111101 | 101 | 11000 | 100000 |
Color Harmonies of #64403D
Complementary color
Monochromatic Colors of #64403D
Black with #64403D
Text Example
Text Example
White with #64403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64403D; }
p { color: rgb(100,64,61); }
H1.HeaderClassName
{
color: #64403D;
}
.AnyTagClassName
{
color: #64403D;
}
</style>
background-color css
<style>
a { background-color: #64403D; }
a { background-color: rgb(100,64,61); }
div.DivClassName
{
background-color: #64403D;
}
.BgClassName
{
background-color: #64403D;
}
</style>
border-color css
<style>
span { border-color: #64403D; }
span { border-color: rgb(100,64,61); }
td.TdClassName
{
border-color: #64403D;
}
.TagClassName
{
border-color: #64403D;
}
</style>