Shades of Toledo #412030
Tints of Toledo #412030
RGB
CMYK
RGB Variations
Color information
#412030 (or 0x412030) is known color: Toledo. HEX triplet: 41, 20 and 30. RGB value is (65,32,48). Sum of RGB (Red+Green+Blue) = 65+32+48=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 48 (19.14% from 255 or 33.10% from 145); Max value from RGB is 65 - color contains mainly: red. Hex color #412030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412030 is #BEDFCF. Grayscale: #2B2B2B. Windows color (decimal): -12509136 or 3153985. OLE color: 3153985.
HSL color Cylindrical-coordinate representation of color #412030: hue angle of 330.91º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #412030 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 32 | 48 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.75 |
| HSL | 330.91º | 0.34% | 0.19% | - |
| HSV(B) | 330.91º | 0.51% | 0.25% | - |
| XYZ | 3.23 | 2.37 | 3.08 | - |
| YUV | 43.69 | 130.43 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 32 | 48 | 0 | 0.51 | 0.26 | 0.75 | 330.91 | 0.34 | 0.19 |
| Hex | 41 | 20 | 30 | 0 | 33 | 1A | 4B | 14B | 22 | 13 |
| Octal | 101 | 40 | 60 | 0 | 63 | 32 | 113 | 513 | 42 | 23 |
| Binary | 1000001 | 100000 | 110000 | 0 | 110011 | 11010 | 1001011 | 101001011 | 100010 | 10011 |
Color Harmonies of #412030
Complementary color
Monochromatic Colors of #412030
Black with #412030
Text Example
Text Example
White with #412030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412030; }
p { color: rgb(65,32,48); }
H1.HeaderClassName
{
color: #412030;
}
.AnyTagClassName
{
color: #412030;
}
</style>
background-color css
<style>
a { background-color: #412030; }
a { background-color: rgb(65,32,48); }
div.DivClassName
{
background-color: #412030;
}
.BgClassName
{
background-color: #412030;
}
</style>
border-color css
<style>
span { border-color: #412030; }
span { border-color: rgb(65,32,48); }
td.TdClassName
{
border-color: #412030;
}
.TagClassName
{
border-color: #412030;
}
</style>