Shades of Toledo #412B34
Tints of Toledo #412B34
RGB
CMYK
RGB Variations
Color information
#412B34 (or 0x412B34) is known color: Toledo. HEX triplet: 41, 2B and 34. RGB value is (65,43,52). Sum of RGB (Red+Green+Blue) = 65+43+52=160 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.62% from 160); Green value is 43 (17.19% from 255 or 26.88% from 160); Blue value is 52 (20.70% from 255 or 32.5% from 160); Max value from RGB is 65 - color contains mainly: red. Hex color #412B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412B34 is #BED4CB. Grayscale: #323232. Windows color (decimal): -12506316 or 3418945. OLE color: 3418945.
HSL color Cylindrical-coordinate representation of color #412B34: hue angle of 335.45º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #412B34 is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 43 | 52 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.75 |
| HSL | 335.45º | 0.2% | 0.21% | - |
| HSV(B) | 335.45º | 0.34% | 0.25% | - |
| XYZ | 3.66 | 3.1 | 3.65 | - |
| YUV | 50.6 | 128.79 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 43 | 52 | 0 | 0.34 | 0.20 | 0.75 | 335.45 | 0.2 | 0.21 |
| Hex | 41 | 2B | 34 | 0 | 22 | 14 | 4B | 14F | 14 | 15 |
| Octal | 101 | 53 | 64 | 0 | 42 | 24 | 113 | 517 | 24 | 25 |
| Binary | 1000001 | 101011 | 110100 | 0 | 100010 | 10100 | 1001011 | 101001111 | 10100 | 10101 |
Color Harmonies of #412B34
Complementary color
Monochromatic Colors of #412B34
Black with #412B34
Text Example
Text Example
White with #412B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412B34; }
p { color: rgb(65,43,52); }
H1.HeaderClassName
{
color: #412B34;
}
.AnyTagClassName
{
color: #412B34;
}
</style>
background-color css
<style>
a { background-color: #412B34; }
a { background-color: rgb(65,43,52); }
div.DivClassName
{
background-color: #412B34;
}
.BgClassName
{
background-color: #412B34;
}
</style>
border-color css
<style>
span { border-color: #412B34; }
span { border-color: rgb(65,43,52); }
td.TdClassName
{
border-color: #412B34;
}
.TagClassName
{
border-color: #412B34;
}
</style>