Shades of Madras #53411A
Tints of Madras #53411A
RGB
CMYK
RGB Variations
Color information
#53411A (or 0x53411A) is known color: Madras. HEX triplet: 53, 41 and 1A. RGB value is (83,65,26). Sum of RGB (Red+Green+Blue) = 83+65+26=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #53411A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53411A is #ACBEE5. Grayscale: #424242. Windows color (decimal): -11321062 or 1720659. OLE color: 1720659.
HSL color Cylindrical-coordinate representation of color #53411A: hue angle of 41.05º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #53411A is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 65 | 26 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.67 |
| HSL | 41.05º | 0.52% | 0.21% | - |
| HSV(B) | 41.05º | 0.69% | 0.33% | - |
| XYZ | 5.64 | 5.69 | 1.78 | - |
| YUV | 65.94 | 105.46 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 65 | 26 | 0 | 0.22 | 0.69 | 0.67 | 41.05 | 0.52 | 0.21 |
| Hex | 53 | 41 | 1A | 0 | 16 | 45 | 43 | 29 | 34 | 15 |
| Octal | 123 | 101 | 32 | 0 | 26 | 105 | 103 | 51 | 64 | 25 |
| Binary | 1010011 | 1000001 | 11010 | 0 | 10110 | 1000101 | 1000011 | 101001 | 110100 | 10101 |
Color Harmonies of #53411A
Complementary color
Monochromatic Colors of #53411A
Black with #53411A
Text Example
Text Example
White with #53411A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53411A; }
p { color: rgb(83,65,26); }
H1.HeaderClassName
{
color: #53411A;
}
.AnyTagClassName
{
color: #53411A;
}
</style>
background-color css
<style>
a { background-color: #53411A; }
a { background-color: rgb(83,65,26); }
div.DivClassName
{
background-color: #53411A;
}
.BgClassName
{
background-color: #53411A;
}
</style>
border-color css
<style>
span { border-color: #53411A; }
span { border-color: rgb(83,65,26); }
td.TdClassName
{
border-color: #53411A;
}
.TagClassName
{
border-color: #53411A;
}
</style>