Shades of Toledo #412633
Tints of Toledo #412633
RGB
CMYK
RGB Variations
Color information
#412633 (or 0x412633) is known color: Toledo. HEX triplet: 41, 26 and 33. RGB value is (65,38,51). Sum of RGB (Red+Green+Blue) = 65+38+51=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 51 (20.31% from 255 or 33.12% from 154); Max value from RGB is 65 - color contains mainly: red. Hex color #412633 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412633 is #BED9CC. Grayscale: #2F2F2F. Windows color (decimal): -12507597 or 3352129. OLE color: 3352129.
HSL color Cylindrical-coordinate representation of color #412633: hue angle of 331.11º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #412633 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 38 | 51 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.75 |
| HSL | 331.11º | 0.26% | 0.2% | - |
| HSV(B) | 331.11º | 0.42% | 0.25% | - |
| XYZ | 3.47 | 2.75 | 3.48 | - |
| YUV | 47.56 | 129.95 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 38 | 51 | 0 | 0.42 | 0.22 | 0.75 | 331.11 | 0.26 | 0.2 |
| Hex | 41 | 26 | 33 | 0 | 2A | 16 | 4B | 14B | 1A | 14 |
| Octal | 101 | 46 | 63 | 0 | 52 | 26 | 113 | 513 | 32 | 24 |
| Binary | 1000001 | 100110 | 110011 | 0 | 101010 | 10110 | 1001011 | 101001011 | 11010 | 10100 |
Color Harmonies of #412633
Complementary color
Monochromatic Colors of #412633
Black with #412633
Text Example
Text Example
White with #412633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412633; }
p { color: rgb(65,38,51); }
H1.HeaderClassName
{
color: #412633;
}
.AnyTagClassName
{
color: #412633;
}
</style>
background-color css
<style>
a { background-color: #412633; }
a { background-color: rgb(65,38,51); }
div.DivClassName
{
background-color: #412633;
}
.BgClassName
{
background-color: #412633;
}
</style>
border-color css
<style>
span { border-color: #412633; }
span { border-color: rgb(65,38,51); }
td.TdClassName
{
border-color: #412633;
}
.TagClassName
{
border-color: #412633;
}
</style>