Shades of Toledo #412933
Tints of Toledo #412933
RGB
CMYK
RGB Variations
Color information
#412933 (or 0x412933) is known color: Toledo. HEX triplet: 41, 29 and 33. RGB value is (65,41,51). Sum of RGB (Red+Green+Blue) = 65+41+51=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 51 (20.31% from 255 or 32.48% from 157); Max value from RGB is 65 - color contains mainly: red. Hex color #412933 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412933 is #BED6CC. Grayscale: #313131. Windows color (decimal): -12506829 or 3352897. OLE color: 3352897.
HSL color Cylindrical-coordinate representation of color #412933: hue angle of 335º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #412933 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 41 | 51 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.75 |
| HSL | 335º | 0.23% | 0.21% | - |
| HSV(B) | 335º | 0.37% | 0.25% | - |
| XYZ | 3.57 | 2.95 | 3.51 | - |
| YUV | 49.32 | 128.95 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 41 | 51 | 0 | 0.37 | 0.22 | 0.75 | 335 | 0.23 | 0.21 |
| Hex | 41 | 29 | 33 | 0 | 25 | 16 | 4B | 14F | 17 | 15 |
| Octal | 101 | 51 | 63 | 0 | 45 | 26 | 113 | 517 | 27 | 25 |
| Binary | 1000001 | 101001 | 110011 | 0 | 100101 | 10110 | 1001011 | 101001111 | 10111 | 10101 |
Color Harmonies of #412933
Complementary color
Monochromatic Colors of #412933
Black with #412933
Text Example
Text Example
White with #412933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412933; }
p { color: rgb(65,41,51); }
H1.HeaderClassName
{
color: #412933;
}
.AnyTagClassName
{
color: #412933;
}
</style>
background-color css
<style>
a { background-color: #412933; }
a { background-color: rgb(65,41,51); }
div.DivClassName
{
background-color: #412933;
}
.BgClassName
{
background-color: #412933;
}
</style>
border-color css
<style>
span { border-color: #412933; }
span { border-color: rgb(65,41,51); }
td.TdClassName
{
border-color: #412933;
}
.TagClassName
{
border-color: #412933;
}
</style>