Shades of Madras #524101
Tints of Madras #524101
RGB
CMYK
RGB Variations
Color information
#524101 (or 0x524101) is known color: Madras. HEX triplet: 52, 41 and 01. RGB value is (82,65,1). Sum of RGB (Red+Green+Blue) = 82+65+1=148 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.41% from 148); Green value is 65 (25.78% from 255 or 43.92% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 82 - color contains mainly: red. Hex color #524101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524101 is #ADBEFE. Grayscale: #3F3F3F. Windows color (decimal): -11386623 or 82258. OLE color: 82258.
HSL color Cylindrical-coordinate representation of color #524101: hue angle of 47.41º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #524101 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 65 | 1 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.68 |
| HSL | 47.41º | 0.98% | 0.16% | - |
| HSV(B) | 47.41º | 0.99% | 0.32% | - |
| XYZ | 5.38 | 5.58 | 0.82 | - |
| YUV | 62.79 | 93.13 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 65 | 1 | 0 | 0.21 | 0.99 | 0.68 | 47.41 | 0.98 | 0.16 |
| Hex | 52 | 41 | 1 | 0 | 15 | 63 | 44 | 2F | 62 | 10 |
| Octal | 122 | 101 | 1 | 0 | 25 | 143 | 104 | 57 | 142 | 20 |
| Binary | 1010010 | 1000001 | 1 | 0 | 10101 | 1100011 | 1000100 | 101111 | 1100010 | 10000 |
Color Harmonies of #524101
Complementary color
Monochromatic Colors of #524101
Black with #524101
Text Example
Text Example
White with #524101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524101; }
p { color: rgb(82,65,1); }
H1.HeaderClassName
{
color: #524101;
}
.AnyTagClassName
{
color: #524101;
}
</style>
background-color css
<style>
a { background-color: #524101; }
a { background-color: rgb(82,65,1); }
div.DivClassName
{
background-color: #524101;
}
.BgClassName
{
background-color: #524101;
}
</style>
border-color css
<style>
span { border-color: #524101; }
span { border-color: rgb(82,65,1); }
td.TdClassName
{
border-color: #524101;
}
.TagClassName
{
border-color: #524101;
}
</style>