Shades of Clinker #403221
Tints of Clinker #403221
RGB
CMYK
RGB Variations
Color information
#403221 (or 0x403221) is known color: Clinker. HEX triplet: 40, 32 and 21. RGB value is (64,50,33). Sum of RGB (Red+Green+Blue) = 64+50+33=147 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.54% from 147); Green value is 50 (19.92% from 255 or 34.01% from 147); Blue value is 33 (13.28% from 255 or 22.45% from 147); Max value from RGB is 64 - color contains mainly: red. Hex color #403221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403221 is #BFCDDE. Grayscale: #343434. Windows color (decimal): -12570079 or 2175552. OLE color: 2175552.
HSL color Cylindrical-coordinate representation of color #403221: hue angle of 32.9º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #403221 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 50 | 33 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.75 |
| HSL | 32.9º | 0.32% | 0.19% | - |
| HSV(B) | 32.9º | 0.48% | 0.25% | - |
| XYZ | 3.53 | 3.48 | 1.92 | - |
| YUV | 52.25 | 117.14 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 50 | 33 | 0 | 0.22 | 0.48 | 0.75 | 32.9 | 0.32 | 0.19 |
| Hex | 40 | 32 | 21 | 0 | 16 | 30 | 4B | 21 | 20 | 13 |
| Octal | 100 | 62 | 41 | 0 | 26 | 60 | 113 | 41 | 40 | 23 |
| Binary | 1000000 | 110010 | 100001 | 0 | 10110 | 110000 | 1001011 | 100001 | 100000 | 10011 |
Color Harmonies of #403221
Complementary color
Monochromatic Colors of #403221
Black with #403221
Text Example
Text Example
White with #403221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403221; }
p { color: rgb(64,50,33); }
H1.HeaderClassName
{
color: #403221;
}
.AnyTagClassName
{
color: #403221;
}
</style>
background-color css
<style>
a { background-color: #403221; }
a { background-color: rgb(64,50,33); }
div.DivClassName
{
background-color: #403221;
}
.BgClassName
{
background-color: #403221;
}
</style>
border-color css
<style>
span { border-color: #403221; }
span { border-color: rgb(64,50,33); }
td.TdClassName
{
border-color: #403221;
}
.TagClassName
{
border-color: #403221;
}
</style>