Shades of Toledo #411F2E
Tints of Toledo #411F2E
RGB
CMYK
RGB Variations
Color information
#411F2E (or 0x411F2E) is known color: Toledo. HEX triplet: 41, 1F and 2E. RGB value is (65,31,46). Sum of RGB (Red+Green+Blue) = 65+31+46=142 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.77% from 142); Green value is 31 (12.5% from 255 or 21.83% from 142); Blue value is 46 (18.36% from 255 or 32.39% from 142); Max value from RGB is 65 - color contains mainly: red. Hex color #411F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411F2E is #BEE0D1. Grayscale: #2A2A2A. Windows color (decimal): -12509394 or 3022657. OLE color: 3022657.
HSL color Cylindrical-coordinate representation of color #411F2E: hue angle of 333.53º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #411F2E is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 31 | 46 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.75 |
| HSL | 333.53º | 0.35% | 0.19% | - |
| HSV(B) | 333.53º | 0.52% | 0.25% | - |
| XYZ | 3.16 | 2.3 | 2.86 | - |
| YUV | 42.88 | 129.76 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 31 | 46 | 0 | 0.52 | 0.29 | 0.75 | 333.53 | 0.35 | 0.19 |
| Hex | 41 | 1F | 2E | 0 | 34 | 1D | 4B | 14E | 23 | 13 |
| Octal | 101 | 37 | 56 | 0 | 64 | 35 | 113 | 516 | 43 | 23 |
| Binary | 1000001 | 11111 | 101110 | 0 | 110100 | 11101 | 1001011 | 101001110 | 100011 | 10011 |
Color Harmonies of #411F2E
Complementary color
Monochromatic Colors of #411F2E
Black with #411F2E
Text Example
Text Example
White with #411F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411F2E; }
p { color: rgb(65,31,46); }
H1.HeaderClassName
{
color: #411F2E;
}
.AnyTagClassName
{
color: #411F2E;
}
</style>
background-color css
<style>
a { background-color: #411F2E; }
a { background-color: rgb(65,31,46); }
div.DivClassName
{
background-color: #411F2E;
}
.BgClassName
{
background-color: #411F2E;
}
</style>
border-color css
<style>
span { border-color: #411F2E; }
span { border-color: rgb(65,31,46); }
td.TdClassName
{
border-color: #411F2E;
}
.TagClassName
{
border-color: #411F2E;
}
</style>