Shades of Toledo #482335
Tints of Toledo #482335
RGB
CMYK
RGB Variations
Color information
#482335 (or 0x482335) is known color: Toledo. HEX triplet: 48, 23 and 35. RGB value is (72,35,53). Sum of RGB (Red+Green+Blue) = 72+35+53=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 53 (21.09% from 255 or 33.12% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #482335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482335 is #B7DCCA. Grayscale: #303030. Windows color (decimal): -12049611 or 3482440. OLE color: 3482440.
HSL color Cylindrical-coordinate representation of color #482335: hue angle of 330.81º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #482335 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 35 | 53 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.72 |
| HSL | 330.81º | 0.35% | 0.21% | - |
| HSV(B) | 330.81º | 0.51% | 0.28% | - |
| XYZ | 3.92 | 2.84 | 3.71 | - |
| YUV | 48.12 | 130.76 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 35 | 53 | 0 | 0.51 | 0.26 | 0.72 | 330.81 | 0.35 | 0.21 |
| Hex | 48 | 23 | 35 | 0 | 33 | 1A | 48 | 14B | 23 | 15 |
| Octal | 110 | 43 | 65 | 0 | 63 | 32 | 110 | 513 | 43 | 25 |
| Binary | 1001000 | 100011 | 110101 | 0 | 110011 | 11010 | 1001000 | 101001011 | 100011 | 10101 |
Color Harmonies of #482335
Complementary color
Monochromatic Colors of #482335
Black with #482335
Text Example
Text Example
White with #482335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482335; }
p { color: rgb(72,35,53); }
H1.HeaderClassName
{
color: #482335;
}
.AnyTagClassName
{
color: #482335;
}
</style>
background-color css
<style>
a { background-color: #482335; }
a { background-color: rgb(72,35,53); }
div.DivClassName
{
background-color: #482335;
}
.BgClassName
{
background-color: #482335;
}
</style>
border-color css
<style>
span { border-color: #482335; }
span { border-color: rgb(72,35,53); }
td.TdClassName
{
border-color: #482335;
}
.TagClassName
{
border-color: #482335;
}
</style>