Shades of Toledo #412A34
Tints of Toledo #412A34
RGB
CMYK
RGB Variations
Color information
#412A34 (or 0x412A34) is known color: Toledo. HEX triplet: 41, 2A and 34. RGB value is (65,42,52). Sum of RGB (Red+Green+Blue) = 65+42+52=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 42 (16.80% from 255 or 26.42% from 159); Blue value is 52 (20.70% from 255 or 32.70% from 159); Max value from RGB is 65 - color contains mainly: red. Hex color #412A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412A34 is #BED5CB. Grayscale: #323232. Windows color (decimal): -12506572 or 3418689. OLE color: 3418689.
HSL color Cylindrical-coordinate representation of color #412A34: hue angle of 333.91º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #412A34 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 42 | 52 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.75 |
| HSL | 333.91º | 0.21% | 0.21% | - |
| HSV(B) | 333.91º | 0.35% | 0.25% | - |
| XYZ | 3.63 | 3.03 | 3.64 | - |
| YUV | 50.02 | 129.12 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 42 | 52 | 0 | 0.35 | 0.20 | 0.75 | 333.91 | 0.21 | 0.21 |
| Hex | 41 | 2A | 34 | 0 | 23 | 14 | 4B | 14E | 15 | 15 |
| Octal | 101 | 52 | 64 | 0 | 43 | 24 | 113 | 516 | 25 | 25 |
| Binary | 1000001 | 101010 | 110100 | 0 | 100011 | 10100 | 1001011 | 101001110 | 10101 | 10101 |
Color Harmonies of #412A34
Complementary color
Monochromatic Colors of #412A34
Black with #412A34
Text Example
Text Example
White with #412A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412A34; }
p { color: rgb(65,42,52); }
H1.HeaderClassName
{
color: #412A34;
}
.AnyTagClassName
{
color: #412A34;
}
</style>
background-color css
<style>
a { background-color: #412A34; }
a { background-color: rgb(65,42,52); }
div.DivClassName
{
background-color: #412A34;
}
.BgClassName
{
background-color: #412A34;
}
</style>
border-color css
<style>
span { border-color: #412A34; }
span { border-color: rgb(65,42,52); }
td.TdClassName
{
border-color: #412A34;
}
.TagClassName
{
border-color: #412A34;
}
</style>