Shades of Madras #504001
Tints of Madras #504001
RGB
CMYK
RGB Variations
Color information
#504001 (or 0x504001) is known color: Madras. HEX triplet: 50, 40 and 01. RGB value is (80,64,1). Sum of RGB (Red+Green+Blue) = 80+64+1=145 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.17% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 1 (0.78% from 255 or 0.69% from 145); Max value from RGB is 80 - color contains mainly: red. Hex color #504001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504001 is #AFBFFE. Grayscale: #3D3D3D. Windows color (decimal): -11517951 or 82000. OLE color: 82000.
HSL color Cylindrical-coordinate representation of color #504001: hue angle of 47.85º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #504001 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 64 | 1 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.69 |
| HSL | 47.85º | 0.98% | 0.16% | - |
| HSV(B) | 47.85º | 0.99% | 0.31% | - |
| XYZ | 5.15 | 5.37 | 0.79 | - |
| YUV | 61.6 | 93.8 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 64 | 1 | 0 | 0.20 | 0.99 | 0.69 | 47.85 | 0.98 | 0.16 |
| Hex | 50 | 40 | 1 | 0 | 14 | 63 | 45 | 30 | 62 | 10 |
| Octal | 120 | 100 | 1 | 0 | 24 | 143 | 105 | 60 | 142 | 20 |
| Binary | 1010000 | 1000000 | 1 | 0 | 10100 | 1100011 | 1000101 | 110000 | 1100010 | 10000 |
Color Harmonies of #504001
Complementary color
Monochromatic Colors of #504001
Black with #504001
Text Example
Text Example
White with #504001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504001; }
p { color: rgb(80,64,1); }
H1.HeaderClassName
{
color: #504001;
}
.AnyTagClassName
{
color: #504001;
}
</style>
background-color css
<style>
a { background-color: #504001; }
a { background-color: rgb(80,64,1); }
div.DivClassName
{
background-color: #504001;
}
.BgClassName
{
background-color: #504001;
}
</style>
border-color css
<style>
span { border-color: #504001; }
span { border-color: rgb(80,64,1); }
td.TdClassName
{
border-color: #504001;
}
.TagClassName
{
border-color: #504001;
}
</style>