Shades of Toledo #402333
Tints of Toledo #402333
RGB
CMYK
RGB Variations
Color information
#402333 (or 0x402333) is known color: Toledo. HEX triplet: 40, 23 and 33. RGB value is (64,35,51). Sum of RGB (Red+Green+Blue) = 64+35+51=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 35 (14.06% from 255 or 23.33% from 150); Blue value is 51 (20.31% from 255 or 34% from 150); Max value from RGB is 64 - color contains mainly: red. Hex color #402333 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402333 is #BFDCCC. Grayscale: #2D2D2D. Windows color (decimal): -12573901 or 3351360. OLE color: 3351360.
HSL color Cylindrical-coordinate representation of color #402333: hue angle of 326.9º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #402333 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 35 | 51 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.75 |
| HSL | 326.9º | 0.29% | 0.19% | - |
| HSV(B) | 326.9º | 0.45% | 0.25% | - |
| XYZ | 3.31 | 2.53 | 3.45 | - |
| YUV | 45.5 | 131.11 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 35 | 51 | 0 | 0.45 | 0.20 | 0.75 | 326.9 | 0.29 | 0.19 |
| Hex | 40 | 23 | 33 | 0 | 2D | 14 | 4B | 147 | 1D | 13 |
| Octal | 100 | 43 | 63 | 0 | 55 | 24 | 113 | 507 | 35 | 23 |
| Binary | 1000000 | 100011 | 110011 | 0 | 101101 | 10100 | 1001011 | 101000111 | 11101 | 10011 |
Color Harmonies of #402333
Complementary color
Monochromatic Colors of #402333
Black with #402333
Text Example
Text Example
White with #402333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402333; }
p { color: rgb(64,35,51); }
H1.HeaderClassName
{
color: #402333;
}
.AnyTagClassName
{
color: #402333;
}
</style>
background-color css
<style>
a { background-color: #402333; }
a { background-color: rgb(64,35,51); }
div.DivClassName
{
background-color: #402333;
}
.BgClassName
{
background-color: #402333;
}
</style>
border-color css
<style>
span { border-color: #402333; }
span { border-color: rgb(64,35,51); }
td.TdClassName
{
border-color: #402333;
}
.TagClassName
{
border-color: #402333;
}
</style>