Shades of Toledo #37222D
Tints of Toledo #37222D
RGB
CMYK
RGB Variations
Color information
#37222D (or 0x37222D) is known color: Toledo. HEX triplet: 37, 22 and 2D. RGB value is (55,34,45). Sum of RGB (Red+Green+Blue) = 55+34+45=134 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.04% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 45 (17.97% from 255 or 33.58% from 134); Max value from RGB is 55 - color contains mainly: red. Hex color #37222D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37222D is #C8DDD2. Grayscale: #292929. Windows color (decimal): -13163987 or 2957879. OLE color: 2957879.
HSL color Cylindrical-coordinate representation of color #37222D: hue angle of 328.57º degrees, saturation: 0.24, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #37222D is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 34 | 45 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.78 |
| HSL | 328.57º | 0.24% | 0.17% | - |
| HSV(B) | 328.57º | 0.38% | 0.22% | - |
| XYZ | 2.62 | 2.15 | 2.76 | - |
| YUV | 41.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 34 | 45 | 0 | 0.38 | 0.18 | 0.78 | 328.57 | 0.24 | 0.17 |
| Hex | 37 | 22 | 2D | 0 | 26 | 12 | 4E | 149 | 18 | 11 |
| Octal | 67 | 42 | 55 | 0 | 46 | 22 | 116 | 511 | 30 | 21 |
| Binary | 110111 | 100010 | 101101 | 0 | 100110 | 10010 | 1001110 | 101001001 | 11000 | 10001 |
Color Harmonies of #37222D
Complementary color
Monochromatic Colors of #37222D
Black with #37222D
Text Example
Text Example
White with #37222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37222D; }
p { color: rgb(55,34,45); }
H1.HeaderClassName
{
color: #37222D;
}
.AnyTagClassName
{
color: #37222D;
}
</style>
background-color css
<style>
a { background-color: #37222D; }
a { background-color: rgb(55,34,45); }
div.DivClassName
{
background-color: #37222D;
}
.BgClassName
{
background-color: #37222D;
}
</style>
border-color css
<style>
span { border-color: #37222D; }
span { border-color: rgb(55,34,45); }
td.TdClassName
{
border-color: #37222D;
}
.TagClassName
{
border-color: #37222D;
}
</style>