Shades of Toledo #482134
Tints of Toledo #482134
RGB
CMYK
RGB Variations
Color information
#482134 (or 0x482134) is known color: Toledo. HEX triplet: 48, 21 and 34. RGB value is (72,33,52). Sum of RGB (Red+Green+Blue) = 72+33+52=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 52 (20.70% from 255 or 33.12% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #482134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482134 is #B7DECB. Grayscale: #2E2E2E. Windows color (decimal): -12050124 or 3416392. OLE color: 3416392.
HSL color Cylindrical-coordinate representation of color #482134: hue angle of 330.77º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #482134 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 33 | 52 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.72 |
| HSL | 330.77º | 0.37% | 0.21% | - |
| HSV(B) | 330.77º | 0.54% | 0.28% | - |
| XYZ | 3.84 | 2.71 | 3.57 | - |
| YUV | 46.83 | 130.92 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 33 | 52 | 0 | 0.54 | 0.28 | 0.72 | 330.77 | 0.37 | 0.21 |
| Hex | 48 | 21 | 34 | 0 | 36 | 1C | 48 | 14B | 25 | 15 |
| Octal | 110 | 41 | 64 | 0 | 66 | 34 | 110 | 513 | 45 | 25 |
| Binary | 1001000 | 100001 | 110100 | 0 | 110110 | 11100 | 1001000 | 101001011 | 100101 | 10101 |
Color Harmonies of #482134
Complementary color
Monochromatic Colors of #482134
Black with #482134
Text Example
Text Example
White with #482134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482134; }
p { color: rgb(72,33,52); }
H1.HeaderClassName
{
color: #482134;
}
.AnyTagClassName
{
color: #482134;
}
</style>
background-color css
<style>
a { background-color: #482134; }
a { background-color: rgb(72,33,52); }
div.DivClassName
{
background-color: #482134;
}
.BgClassName
{
background-color: #482134;
}
</style>
border-color css
<style>
span { border-color: #482134; }
span { border-color: rgb(72,33,52); }
td.TdClassName
{
border-color: #482134;
}
.TagClassName
{
border-color: #482134;
}
</style>