Shades of Madras #464103
Tints of Madras #464103
RGB
CMYK
RGB Variations
Color information
#464103 (or 0x464103) is known color: Madras. HEX triplet: 46, 41 and 03. RGB value is (70,65,3). Sum of RGB (Red+Green+Blue) = 70+65+3=138 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.72% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 3 (1.56% from 255 or 2.17% from 138); Max value from RGB is 70 - color contains mainly: red. Hex color #464103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464103 is #B9BEFC. Grayscale: #3B3B3B. Windows color (decimal): -12173053 or 213318. OLE color: 213318.
HSL color Cylindrical-coordinate representation of color #464103: hue angle of 55.52º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #464103 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 65 | 3 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.73 |
| HSL | 55.52º | 0.92% | 0.14% | - |
| HSV(B) | 55.52º | 0.96% | 0.27% | - |
| XYZ | 4.43 | 5.09 | 0.83 | - |
| YUV | 59.43 | 96.16 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 65 | 3 | 0 | 0.07 | 0.96 | 0.73 | 55.52 | 0.92 | 0.14 |
| Hex | 46 | 41 | 3 | 0 | 7 | 60 | 49 | 38 | 5C | E |
| Octal | 106 | 101 | 3 | 0 | 7 | 140 | 111 | 70 | 134 | 16 |
| Binary | 1000110 | 1000001 | 11 | 0 | 111 | 1100000 | 1001001 | 111000 | 1011100 | 1110 |
Color Harmonies of #464103
Complementary color
Monochromatic Colors of #464103
Black with #464103
Text Example
Text Example
White with #464103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464103; }
p { color: rgb(70,65,3); }
H1.HeaderClassName
{
color: #464103;
}
.AnyTagClassName
{
color: #464103;
}
</style>
background-color css
<style>
a { background-color: #464103; }
a { background-color: rgb(70,65,3); }
div.DivClassName
{
background-color: #464103;
}
.BgClassName
{
background-color: #464103;
}
</style>
border-color css
<style>
span { border-color: #464103; }
span { border-color: rgb(70,65,3); }
td.TdClassName
{
border-color: #464103;
}
.TagClassName
{
border-color: #464103;
}
</style>