Shades of Toledo #412432
Tints of Toledo #412432
RGB
CMYK
RGB Variations
Color information
#412432 (or 0x412432) is known color: Toledo. HEX triplet: 41, 24 and 32. RGB value is (65,36,50). Sum of RGB (Red+Green+Blue) = 65+36+50=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 36 (14.45% from 255 or 23.84% from 151); Blue value is 50 (19.92% from 255 or 33.11% from 151); Max value from RGB is 65 - color contains mainly: red. Hex color #412432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412432 is #BEDBCD. Grayscale: #2E2E2E. Windows color (decimal): -12508110 or 3286081. OLE color: 3286081.
HSL color Cylindrical-coordinate representation of color #412432: hue angle of 331.03º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #412432 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 36 | 50 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.75 |
| HSL | 331.03º | 0.29% | 0.2% | - |
| HSV(B) | 331.03º | 0.45% | 0.25% | - |
| XYZ | 3.39 | 2.62 | 3.34 | - |
| YUV | 46.27 | 130.11 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 36 | 50 | 0 | 0.45 | 0.23 | 0.75 | 331.03 | 0.29 | 0.2 |
| Hex | 41 | 24 | 32 | 0 | 2D | 17 | 4B | 14B | 1D | 14 |
| Octal | 101 | 44 | 62 | 0 | 55 | 27 | 113 | 513 | 35 | 24 |
| Binary | 1000001 | 100100 | 110010 | 0 | 101101 | 10111 | 1001011 | 101001011 | 11101 | 10100 |
Color Harmonies of #412432
Complementary color
Monochromatic Colors of #412432
Black with #412432
Text Example
Text Example
White with #412432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412432; }
p { color: rgb(65,36,50); }
H1.HeaderClassName
{
color: #412432;
}
.AnyTagClassName
{
color: #412432;
}
</style>
background-color css
<style>
a { background-color: #412432; }
a { background-color: rgb(65,36,50); }
div.DivClassName
{
background-color: #412432;
}
.BgClassName
{
background-color: #412432;
}
</style>
border-color css
<style>
span { border-color: #412432; }
span { border-color: rgb(65,36,50); }
td.TdClassName
{
border-color: #412432;
}
.TagClassName
{
border-color: #412432;
}
</style>