Shades of Toledo #432432
Tints of Toledo #432432
RGB
CMYK
RGB Variations
Color information
#432432 (or 0x432432) is known color: Toledo. HEX triplet: 43, 24 and 32. RGB value is (67,36,50). Sum of RGB (Red+Green+Blue) = 67+36+50=153 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.79% from 153); Green value is 36 (14.45% from 255 or 23.53% from 153); Blue value is 50 (19.92% from 255 or 32.68% from 153); Max value from RGB is 67 - color contains mainly: red. Hex color #432432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432432 is #BCDBCD. Grayscale: #2E2E2E. Windows color (decimal): -12377038 or 3286083. OLE color: 3286083.
HSL color Cylindrical-coordinate representation of color #432432: hue angle of 332.9º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #432432 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 36 | 50 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.74 |
| HSL | 332.9º | 0.3% | 0.2% | - |
| HSV(B) | 332.9º | 0.46% | 0.26% | - |
| XYZ | 3.52 | 2.69 | 3.35 | - |
| YUV | 46.87 | 129.77 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 36 | 50 | 0 | 0.46 | 0.25 | 0.74 | 332.9 | 0.3 | 0.2 |
| Hex | 43 | 24 | 32 | 0 | 2E | 19 | 4A | 14D | 1E | 14 |
| Octal | 103 | 44 | 62 | 0 | 56 | 31 | 112 | 515 | 36 | 24 |
| Binary | 1000011 | 100100 | 110010 | 0 | 101110 | 11001 | 1001010 | 101001101 | 11110 | 10100 |
Color Harmonies of #432432
Complementary color
Monochromatic Colors of #432432
Black with #432432
Text Example
Text Example
White with #432432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432432; }
p { color: rgb(67,36,50); }
H1.HeaderClassName
{
color: #432432;
}
.AnyTagClassName
{
color: #432432;
}
</style>
background-color css
<style>
a { background-color: #432432; }
a { background-color: rgb(67,36,50); }
div.DivClassName
{
background-color: #432432;
}
.BgClassName
{
background-color: #432432;
}
</style>
border-color css
<style>
span { border-color: #432432; }
span { border-color: rgb(67,36,50); }
td.TdClassName
{
border-color: #432432;
}
.TagClassName
{
border-color: #432432;
}
</style>