Shades of Madras #51420F
Tints of Madras #51420F
RGB
CMYK
RGB Variations
Color information
#51420F (or 0x51420F) is known color: Madras. HEX triplet: 51, 42 and 0F. RGB value is (81,66,15). Sum of RGB (Red+Green+Blue) = 81+66+15=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #51420F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51420F is #AEBDF0. Grayscale: #404040. Windows color (decimal): -11451889 or 1000017. OLE color: 1000017.
HSL color Cylindrical-coordinate representation of color #51420F: hue angle of 46.36º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #51420F is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 66 | 15 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.68 |
| HSL | 46.36º | 0.69% | 0.19% | - |
| HSV(B) | 46.36º | 0.81% | 0.32% | - |
| XYZ | 5.43 | 5.68 | 1.26 | - |
| YUV | 64.67 | 99.97 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 66 | 15 | 0 | 0.19 | 0.81 | 0.68 | 46.36 | 0.69 | 0.19 |
| Hex | 51 | 42 | F | 0 | 13 | 51 | 44 | 2E | 45 | 13 |
| Octal | 121 | 102 | 17 | 0 | 23 | 121 | 104 | 56 | 105 | 23 |
| Binary | 1010001 | 1000010 | 1111 | 0 | 10011 | 1010001 | 1000100 | 101110 | 1000101 | 10011 |
Color Harmonies of #51420F
Complementary color
Monochromatic Colors of #51420F
Black with #51420F
Text Example
Text Example
White with #51420F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51420F; }
p { color: rgb(81,66,15); }
H1.HeaderClassName
{
color: #51420F;
}
.AnyTagClassName
{
color: #51420F;
}
</style>
background-color css
<style>
a { background-color: #51420F; }
a { background-color: rgb(81,66,15); }
div.DivClassName
{
background-color: #51420F;
}
.BgClassName
{
background-color: #51420F;
}
</style>
border-color css
<style>
span { border-color: #51420F; }
span { border-color: rgb(81,66,15); }
td.TdClassName
{
border-color: #51420F;
}
.TagClassName
{
border-color: #51420F;
}
</style>