Shades of Toledo #412231
Tints of Toledo #412231
RGB
CMYK
RGB Variations
Color information
#412231 (or 0x412231) is known color: Toledo. HEX triplet: 41, 22 and 31. RGB value is (65,34,49). Sum of RGB (Red+Green+Blue) = 65+34+49=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 49 (19.53% from 255 or 33.11% from 148); Max value from RGB is 65 - color contains mainly: red. Hex color #412231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412231 is #BEDDCE. Grayscale: #2C2C2C. Windows color (decimal): -12508623 or 3220033. OLE color: 3220033.
HSL color Cylindrical-coordinate representation of color #412231: hue angle of 330.97º 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 #412231 is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 34 | 49 | - |
| CMYK | 0 | 0.48 | 0.25 | 0.75 |
| HSL | 330.97º | 0.31% | 0.19% | - |
| HSV(B) | 330.97º | 0.48% | 0.25% | - |
| XYZ | 3.31 | 2.49 | 3.21 | - |
| YUV | 44.98 | 130.27 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 34 | 49 | 0 | 0.48 | 0.25 | 0.75 | 330.97 | 0.31 | 0.19 |
| Hex | 41 | 22 | 31 | 0 | 30 | 19 | 4B | 14B | 1F | 13 |
| Octal | 101 | 42 | 61 | 0 | 60 | 31 | 113 | 513 | 37 | 23 |
| Binary | 1000001 | 100010 | 110001 | 0 | 110000 | 11001 | 1001011 | 101001011 | 11111 | 10011 |
Color Harmonies of #412231
Complementary color
Monochromatic Colors of #412231
Black with #412231
Text Example
Text Example
White with #412231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412231; }
p { color: rgb(65,34,49); }
H1.HeaderClassName
{
color: #412231;
}
.AnyTagClassName
{
color: #412231;
}
</style>
background-color css
<style>
a { background-color: #412231; }
a { background-color: rgb(65,34,49); }
div.DivClassName
{
background-color: #412231;
}
.BgClassName
{
background-color: #412231;
}
</style>
border-color css
<style>
span { border-color: #412231; }
span { border-color: rgb(65,34,49); }
td.TdClassName
{
border-color: #412231;
}
.TagClassName
{
border-color: #412231;
}
</style>