Shades of Onion #413C31
Tints of Onion #413C31
RGB
CMYK
RGB Variations
Color information
#413C31 (or 0x413C31) is known color: Onion. HEX triplet: 41, 3C and 31. RGB value is (65,60,49). Sum of RGB (Red+Green+Blue) = 65+60+49=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 60 (23.83% from 255 or 34.48% from 174); Blue value is 49 (19.53% from 255 or 28.16% from 174); Max value from RGB is 65 - color contains mainly: red. Hex color #413C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413C31 is #BEC3CE. Grayscale: #3C3C3C. Windows color (decimal): -12501967 or 3226689. OLE color: 3226689.
HSL color Cylindrical-coordinate representation of color #413C31: hue angle of 41.25º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #413C31 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 60 | 49 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.75 |
| HSL | 41.25º | 0.14% | 0.22% | - |
| HSV(B) | 41.25º | 0.25% | 0.25% | - |
| XYZ | 4.35 | 4.58 | 3.56 | - |
| YUV | 60.24 | 121.66 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 60 | 49 | 0 | 0.08 | 0.25 | 0.75 | 41.25 | 0.14 | 0.22 |
| Hex | 41 | 3C | 31 | 0 | 8 | 19 | 4B | 29 | E | 16 |
| Octal | 101 | 74 | 61 | 0 | 10 | 31 | 113 | 51 | 16 | 26 |
| Binary | 1000001 | 111100 | 110001 | 0 | 1000 | 11001 | 1001011 | 101001 | 1110 | 10110 |
Color Harmonies of #413C31
Complementary color
Monochromatic Colors of #413C31
Black with #413C31
Text Example
Text Example
White with #413C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413C31; }
p { color: rgb(65,60,49); }
H1.HeaderClassName
{
color: #413C31;
}
.AnyTagClassName
{
color: #413C31;
}
</style>
background-color css
<style>
a { background-color: #413C31; }
a { background-color: rgb(65,60,49); }
div.DivClassName
{
background-color: #413C31;
}
.BgClassName
{
background-color: #413C31;
}
</style>
border-color css
<style>
span { border-color: #413C31; }
span { border-color: rgb(65,60,49); }
td.TdClassName
{
border-color: #413C31;
}
.TagClassName
{
border-color: #413C31;
}
</style>