Shades of Madras #55401B
Tints of Madras #55401B
RGB
CMYK
RGB Variations
Color information
#55401B (or 0x55401B) is known color: Madras. HEX triplet: 55, 40 and 1B. RGB value is (85,64,27). Sum of RGB (Red+Green+Blue) = 85+64+27=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 85 - color contains mainly: red. Hex color #55401B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55401B is #AABFE4. Grayscale: #424242. Windows color (decimal): -11190245 or 1785941. OLE color: 1785941.
HSL color Cylindrical-coordinate representation of color #55401B: hue angle of 38.28º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55401B is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 64 | 27 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.67 |
| HSL | 38.28º | 0.52% | 0.22% | - |
| HSV(B) | 38.28º | 0.68% | 0.33% | - |
| XYZ | 5.78 | 5.68 | 1.83 | - |
| YUV | 66.06 | 105.96 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 27 | 0 | 0.25 | 0.68 | 0.67 | 38.28 | 0.52 | 0.22 |
| Hex | 55 | 40 | 1B | 0 | 19 | 44 | 43 | 26 | 34 | 16 |
| Octal | 125 | 100 | 33 | 0 | 31 | 104 | 103 | 46 | 64 | 26 |
| Binary | 1010101 | 1000000 | 11011 | 0 | 11001 | 1000100 | 1000011 | 100110 | 110100 | 10110 |
Color Harmonies of #55401B
Complementary color
Monochromatic Colors of #55401B
Black with #55401B
Text Example
Text Example
White with #55401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55401B; }
p { color: rgb(85,64,27); }
H1.HeaderClassName
{
color: #55401B;
}
.AnyTagClassName
{
color: #55401B;
}
</style>
background-color css
<style>
a { background-color: #55401B; }
a { background-color: rgb(85,64,27); }
div.DivClassName
{
background-color: #55401B;
}
.BgClassName
{
background-color: #55401B;
}
</style>
border-color css
<style>
span { border-color: #55401B; }
span { border-color: rgb(85,64,27); }
td.TdClassName
{
border-color: #55401B;
}
.TagClassName
{
border-color: #55401B;
}
</style>