Shades of Madras #504501
Tints of Madras #504501
RGB
CMYK
RGB Variations
Color information
#504501 (or 0x504501) is known color: Madras. HEX triplet: 50, 45 and 01. RGB value is (80,69,1). Sum of RGB (Red+Green+Blue) = 80+69+1=150 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.33% from 150); Green value is 69 (27.34% from 255 or 46% from 150); Blue value is 1 (0.78% from 255 or 0.67% from 150); Max value from RGB is 80 - color contains mainly: red. Hex color #504501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504501 is #AFBAFE. Grayscale: #404040. Windows color (decimal): -11516671 or 83280. OLE color: 83280.
HSL color Cylindrical-coordinate representation of color #504501: hue angle of 51.65º 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 #504501 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 69 | 1 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.69 |
| HSL | 51.65º | 0.98% | 0.16% | - |
| HSV(B) | 51.65º | 0.99% | 0.31% | - |
| XYZ | 5.44 | 5.96 | 0.89 | - |
| YUV | 64.54 | 92.14 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 69 | 1 | 0 | 0.14 | 0.99 | 0.69 | 51.65 | 0.98 | 0.16 |
| Hex | 50 | 45 | 1 | 0 | E | 63 | 45 | 34 | 62 | 10 |
| Octal | 120 | 105 | 1 | 0 | 16 | 143 | 105 | 64 | 142 | 20 |
| Binary | 1010000 | 1000101 | 1 | 0 | 1110 | 1100011 | 1000101 | 110100 | 1100010 | 10000 |
Color Harmonies of #504501
Complementary color
Monochromatic Colors of #504501
Black with #504501
Text Example
Text Example
White with #504501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504501; }
p { color: rgb(80,69,1); }
H1.HeaderClassName
{
color: #504501;
}
.AnyTagClassName
{
color: #504501;
}
</style>
background-color css
<style>
a { background-color: #504501; }
a { background-color: rgb(80,69,1); }
div.DivClassName
{
background-color: #504501;
}
.BgClassName
{
background-color: #504501;
}
</style>
border-color css
<style>
span { border-color: #504501; }
span { border-color: rgb(80,69,1); }
td.TdClassName
{
border-color: #504501;
}
.TagClassName
{
border-color: #504501;
}
</style>