Shades of Toledo #402633
Tints of Toledo #402633
RGB
CMYK
RGB Variations
Color information
#402633 (or 0x402633) is known color: Toledo. HEX triplet: 40, 26 and 33. RGB value is (64,38,51). Sum of RGB (Red+Green+Blue) = 64+38+51=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 51 (20.31% from 255 or 33.33% from 153); Max value from RGB is 64 - color contains mainly: red. Hex color #402633 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402633 is #BFD9CC. Grayscale: #2F2F2F. Windows color (decimal): -12573133 or 3352128. OLE color: 3352128.
HSL color Cylindrical-coordinate representation of color #402633: hue angle of 330º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #402633 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 38 | 51 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.75 |
| HSL | 330º | 0.25% | 0.2% | - |
| HSV(B) | 330º | 0.41% | 0.25% | - |
| XYZ | 3.41 | 2.72 | 3.48 | - |
| YUV | 47.26 | 130.11 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 38 | 51 | 0 | 0.41 | 0.20 | 0.75 | 330 | 0.25 | 0.2 |
| Hex | 40 | 26 | 33 | 0 | 29 | 14 | 4B | 14A | 19 | 14 |
| Octal | 100 | 46 | 63 | 0 | 51 | 24 | 113 | 512 | 31 | 24 |
| Binary | 1000000 | 100110 | 110011 | 0 | 101001 | 10100 | 1001011 | 101001010 | 11001 | 10100 |
Color Harmonies of #402633
Complementary color
Monochromatic Colors of #402633
Black with #402633
Text Example
Text Example
White with #402633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402633; }
p { color: rgb(64,38,51); }
H1.HeaderClassName
{
color: #402633;
}
.AnyTagClassName
{
color: #402633;
}
</style>
background-color css
<style>
a { background-color: #402633; }
a { background-color: rgb(64,38,51); }
div.DivClassName
{
background-color: #402633;
}
.BgClassName
{
background-color: #402633;
}
</style>
border-color css
<style>
span { border-color: #402633; }
span { border-color: rgb(64,38,51); }
td.TdClassName
{
border-color: #402633;
}
.TagClassName
{
border-color: #402633;
}
</style>