Shades of Madras #514403
Tints of Madras #514403
RGB
CMYK
RGB Variations
Color information
#514403 (or 0x514403) is known color: Madras. HEX triplet: 51, 44 and 03. RGB value is (81,68,3). Sum of RGB (Red+Green+Blue) = 81+68+3=152 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.29% from 152); Green value is 68 (26.95% from 255 or 44.74% from 152); Blue value is 3 (1.56% from 255 or 1.97% from 152); Max value from RGB is 81 - color contains mainly: red. Hex color #514403 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514403 is #AEBBFC. Grayscale: #404040. Windows color (decimal): -11451389 or 214097. OLE color: 214097.
HSL color Cylindrical-coordinate representation of color #514403: hue angle of 50º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #514403 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 68 | 3 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.68 |
| HSL | 50º | 0.93% | 0.16% | - |
| HSV(B) | 50º | 0.96% | 0.32% | - |
| XYZ | 5.48 | 5.89 | 0.93 | - |
| YUV | 64.48 | 93.31 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 68 | 3 | 0 | 0.16 | 0.96 | 0.68 | 50 | 0.93 | 0.16 |
| Hex | 51 | 44 | 3 | 0 | 10 | 60 | 44 | 32 | 5D | 10 |
| Octal | 121 | 104 | 3 | 0 | 20 | 140 | 104 | 62 | 135 | 20 |
| Binary | 1010001 | 1000100 | 11 | 0 | 10000 | 1100000 | 1000100 | 110010 | 1011101 | 10000 |
Color Harmonies of #514403
Complementary color
Monochromatic Colors of #514403
Black with #514403
Text Example
Text Example
White with #514403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514403; }
p { color: rgb(81,68,3); }
H1.HeaderClassName
{
color: #514403;
}
.AnyTagClassName
{
color: #514403;
}
</style>
background-color css
<style>
a { background-color: #514403; }
a { background-color: rgb(81,68,3); }
div.DivClassName
{
background-color: #514403;
}
.BgClassName
{
background-color: #514403;
}
</style>
border-color css
<style>
span { border-color: #514403; }
span { border-color: rgb(81,68,3); }
td.TdClassName
{
border-color: #514403;
}
.TagClassName
{
border-color: #514403;
}
</style>