Shades of Madras #53421B
Tints of Madras #53421B
RGB
CMYK
RGB Variations
Color information
#53421B (or 0x53421B) is known color: Madras. HEX triplet: 53, 42 and 1B. RGB value is (83,66,27). Sum of RGB (Red+Green+Blue) = 83+66+27=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #53421B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53421B is #ACBDE4. Grayscale: #424242. Windows color (decimal): -11320805 or 1786451. OLE color: 1786451.
HSL color Cylindrical-coordinate representation of color #53421B: hue angle of 41.79º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53421B is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 66 | 27 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.67 |
| HSL | 41.79º | 0.51% | 0.22% | - |
| HSV(B) | 41.79º | 0.67% | 0.33% | - |
| XYZ | 5.71 | 5.81 | 1.86 | - |
| YUV | 66.64 | 105.63 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 66 | 27 | 0 | 0.20 | 0.67 | 0.67 | 41.79 | 0.51 | 0.22 |
| Hex | 53 | 42 | 1B | 0 | 14 | 43 | 43 | 2A | 33 | 16 |
| Octal | 123 | 102 | 33 | 0 | 24 | 103 | 103 | 52 | 63 | 26 |
| Binary | 1010011 | 1000010 | 11011 | 0 | 10100 | 1000011 | 1000011 | 101010 | 110011 | 10110 |
Color Harmonies of #53421B
Complementary color
Monochromatic Colors of #53421B
Black with #53421B
Text Example
Text Example
White with #53421B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53421B; }
p { color: rgb(83,66,27); }
H1.HeaderClassName
{
color: #53421B;
}
.AnyTagClassName
{
color: #53421B;
}
</style>
background-color css
<style>
a { background-color: #53421B; }
a { background-color: rgb(83,66,27); }
div.DivClassName
{
background-color: #53421B;
}
.BgClassName
{
background-color: #53421B;
}
</style>
border-color css
<style>
span { border-color: #53421B; }
span { border-color: rgb(83,66,27); }
td.TdClassName
{
border-color: #53421B;
}
.TagClassName
{
border-color: #53421B;
}
</style>