Shades of Madras #463901
Tints of Madras #463901
RGB
CMYK
RGB Variations
Color information
#463901 (or 0x463901) is known color: Madras. HEX triplet: 46, 39 and 01. RGB value is (70,57,1). Sum of RGB (Red+Green+Blue) = 70+57+1=128 (16% of max value = 765). Red value is 70 (27.73% from 255 or 54.69% from 128); Green value is 57 (22.66% from 255 or 44.53% from 128); Blue value is 1 (0.78% from 255 or 0.78% from 128); Max value from RGB is 70 - color contains mainly: red. Hex color #463901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463901 is #B9C6FE. Grayscale: #363636. Windows color (decimal): -12175103 or 80198. OLE color: 80198.
HSL color Cylindrical-coordinate representation of color #463901: hue angle of 48.7º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #463901 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 57 | 1 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.73 |
| HSL | 48.7º | 0.97% | 0.14% | - |
| HSV(B) | 48.7º | 0.99% | 0.27% | - |
| XYZ | 3.99 | 4.23 | 0.63 | - |
| YUV | 54.5 | 97.81 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 57 | 1 | 0 | 0.19 | 0.99 | 0.73 | 48.7 | 0.97 | 0.14 |
| Hex | 46 | 39 | 1 | 0 | 13 | 63 | 49 | 31 | 61 | E |
| Octal | 106 | 71 | 1 | 0 | 23 | 143 | 111 | 61 | 141 | 16 |
| Binary | 1000110 | 111001 | 1 | 0 | 10011 | 1100011 | 1001001 | 110001 | 1100001 | 1110 |
Color Harmonies of #463901
Complementary color
Monochromatic Colors of #463901
Black with #463901
Text Example
Text Example
White with #463901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463901; }
p { color: rgb(70,57,1); }
H1.HeaderClassName
{
color: #463901;
}
.AnyTagClassName
{
color: #463901;
}
</style>
background-color css
<style>
a { background-color: #463901; }
a { background-color: rgb(70,57,1); }
div.DivClassName
{
background-color: #463901;
}
.BgClassName
{
background-color: #463901;
}
</style>
border-color css
<style>
span { border-color: #463901; }
span { border-color: rgb(70,57,1); }
td.TdClassName
{
border-color: #463901;
}
.TagClassName
{
border-color: #463901;
}
</style>