Shades of Toledo #432031
Tints of Toledo #432031
RGB
CMYK
RGB Variations
Color information
#432031 (or 0x432031) is known color: Toledo. HEX triplet: 43, 20 and 31. RGB value is (67,32,49). Sum of RGB (Red+Green+Blue) = 67+32+49=148 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.27% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 49 (19.53% from 255 or 33.11% from 148); Max value from RGB is 67 - color contains mainly: red. Hex color #432031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432031 is #BCDFCE. Grayscale: #2C2C2C. Windows color (decimal): -12378063 or 3219523. OLE color: 3219523.
HSL color Cylindrical-coordinate representation of color #432031: hue angle of 330.86º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #432031 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 32 | 49 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.74 |
| HSL | 330.86º | 0.35% | 0.19% | - |
| HSV(B) | 330.86º | 0.52% | 0.26% | - |
| XYZ | 3.39 | 2.45 | 3.2 | - |
| YUV | 44.4 | 130.6 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 32 | 49 | 0 | 0.52 | 0.27 | 0.74 | 330.86 | 0.35 | 0.19 |
| Hex | 43 | 20 | 31 | 0 | 34 | 1B | 4A | 14B | 23 | 13 |
| Octal | 103 | 40 | 61 | 0 | 64 | 33 | 112 | 513 | 43 | 23 |
| Binary | 1000011 | 100000 | 110001 | 0 | 110100 | 11011 | 1001010 | 101001011 | 100011 | 10011 |
Color Harmonies of #432031
Complementary color
Monochromatic Colors of #432031
Black with #432031
Text Example
Text Example
White with #432031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432031; }
p { color: rgb(67,32,49); }
H1.HeaderClassName
{
color: #432031;
}
.AnyTagClassName
{
color: #432031;
}
</style>
background-color css
<style>
a { background-color: #432031; }
a { background-color: rgb(67,32,49); }
div.DivClassName
{
background-color: #432031;
}
.BgClassName
{
background-color: #432031;
}
</style>
border-color css
<style>
span { border-color: #432031; }
span { border-color: rgb(67,32,49); }
td.TdClassName
{
border-color: #432031;
}
.TagClassName
{
border-color: #432031;
}
</style>