Shades of Madras #51430D
Tints of Madras #51430D
RGB
CMYK
RGB Variations
Color information
#51430D (or 0x51430D) is known color: Madras. HEX triplet: 51, 43 and 0D. RGB value is (81,67,13). Sum of RGB (Red+Green+Blue) = 81+67+13=161 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.31% from 161); Green value is 67 (26.56% from 255 or 41.61% from 161); Blue value is 13 (5.47% from 255 or 8.07% from 161); Max value from RGB is 81 - color contains mainly: red. Hex color #51430D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51430D is #AEBCF2. Grayscale: #414141. Windows color (decimal): -11451635 or 869201. OLE color: 869201.
HSL color Cylindrical-coordinate representation of color #51430D: hue angle of 47.65º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #51430D is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 67 | 13 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.68 |
| HSL | 47.65º | 0.72% | 0.18% | - |
| HSV(B) | 47.65º | 0.84% | 0.32% | - |
| XYZ | 5.47 | 5.79 | 1.21 | - |
| YUV | 65.03 | 98.64 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 67 | 13 | 0 | 0.17 | 0.84 | 0.68 | 47.65 | 0.72 | 0.18 |
| Hex | 51 | 43 | D | 0 | 11 | 54 | 44 | 30 | 48 | 12 |
| Octal | 121 | 103 | 15 | 0 | 21 | 124 | 104 | 60 | 110 | 22 |
| Binary | 1010001 | 1000011 | 1101 | 0 | 10001 | 1010100 | 1000100 | 110000 | 1001000 | 10010 |
Color Harmonies of #51430D
Complementary color
Monochromatic Colors of #51430D
Black with #51430D
Text Example
Text Example
White with #51430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51430D; }
p { color: rgb(81,67,13); }
H1.HeaderClassName
{
color: #51430D;
}
.AnyTagClassName
{
color: #51430D;
}
</style>
background-color css
<style>
a { background-color: #51430D; }
a { background-color: rgb(81,67,13); }
div.DivClassName
{
background-color: #51430D;
}
.BgClassName
{
background-color: #51430D;
}
</style>
border-color css
<style>
span { border-color: #51430D; }
span { border-color: rgb(81,67,13); }
td.TdClassName
{
border-color: #51430D;
}
.TagClassName
{
border-color: #51430D;
}
</style>