Shades of Toledo #442633
Tints of Toledo #442633
RGB
CMYK
RGB Variations
Color information
#442633 (or 0x442633) is known color: Toledo. HEX triplet: 44, 26 and 33. RGB value is (68,38,51). Sum of RGB (Red+Green+Blue) = 68+38+51=157 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.31% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 51 (20.31% from 255 or 32.48% from 157); Max value from RGB is 68 - color contains mainly: red. Hex color #442633 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442633 is #BBD9CC. Grayscale: #303030. Windows color (decimal): -12310989 or 3352132. OLE color: 3352132.
HSL color Cylindrical-coordinate representation of color #442633: hue angle of 334º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #442633 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 38 | 51 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.73 |
| HSL | 334º | 0.28% | 0.21% | - |
| HSV(B) | 334º | 0.44% | 0.27% | - |
| XYZ | 3.67 | 2.85 | 3.49 | - |
| YUV | 48.45 | 129.44 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 38 | 51 | 0 | 0.44 | 0.25 | 0.73 | 334 | 0.28 | 0.21 |
| Hex | 44 | 26 | 33 | 0 | 2C | 19 | 49 | 14E | 1C | 15 |
| Octal | 104 | 46 | 63 | 0 | 54 | 31 | 111 | 516 | 34 | 25 |
| Binary | 1000100 | 100110 | 110011 | 0 | 101100 | 11001 | 1001001 | 101001110 | 11100 | 10101 |
Color Harmonies of #442633
Complementary color
Monochromatic Colors of #442633
Black with #442633
Text Example
Text Example
White with #442633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442633; }
p { color: rgb(68,38,51); }
H1.HeaderClassName
{
color: #442633;
}
.AnyTagClassName
{
color: #442633;
}
</style>
background-color css
<style>
a { background-color: #442633; }
a { background-color: rgb(68,38,51); }
div.DivClassName
{
background-color: #442633;
}
.BgClassName
{
background-color: #442633;
}
</style>
border-color css
<style>
span { border-color: #442633; }
span { border-color: rgb(68,38,51); }
td.TdClassName
{
border-color: #442633;
}
.TagClassName
{
border-color: #442633;
}
</style>