Shades of Clinker #413322
Tints of Clinker #413322
RGB
CMYK
RGB Variations
Color information
#413322 (or 0x413322) is known color: Clinker. HEX triplet: 41, 33 and 22. RGB value is (65,51,34). Sum of RGB (Red+Green+Blue) = 65+51+34=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 51 (20.31% from 255 or 34% from 150); Blue value is 34 (13.67% from 255 or 22.67% from 150); Max value from RGB is 65 - color contains mainly: red. Hex color #413322 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413322 is #BECCDD. Grayscale: #353535. Windows color (decimal): -12504286 or 2241345. OLE color: 2241345.
HSL color Cylindrical-coordinate representation of color #413322: hue angle of 32.9º degrees, saturation: 0.31, 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 #413322 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 51 | 34 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.75 |
| HSL | 32.9º | 0.31% | 0.19% | - |
| HSV(B) | 32.9º | 0.48% | 0.25% | - |
| XYZ | 3.65 | 3.61 | 2.02 | - |
| YUV | 53.25 | 117.14 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 51 | 34 | 0 | 0.22 | 0.48 | 0.75 | 32.9 | 0.31 | 0.19 |
| Hex | 41 | 33 | 22 | 0 | 16 | 30 | 4B | 21 | 1F | 13 |
| Octal | 101 | 63 | 42 | 0 | 26 | 60 | 113 | 41 | 37 | 23 |
| Binary | 1000001 | 110011 | 100010 | 0 | 10110 | 110000 | 1001011 | 100001 | 11111 | 10011 |
Color Harmonies of #413322
Complementary color
Monochromatic Colors of #413322
Black with #413322
Text Example
Text Example
White with #413322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413322; }
p { color: rgb(65,51,34); }
H1.HeaderClassName
{
color: #413322;
}
.AnyTagClassName
{
color: #413322;
}
</style>
background-color css
<style>
a { background-color: #413322; }
a { background-color: rgb(65,51,34); }
div.DivClassName
{
background-color: #413322;
}
.BgClassName
{
background-color: #413322;
}
</style>
border-color css
<style>
span { border-color: #413322; }
span { border-color: rgb(65,51,34); }
td.TdClassName
{
border-color: #413322;
}
.TagClassName
{
border-color: #413322;
}
</style>