Shades of Madras #424112
Tints of Madras #424112
RGB
CMYK
RGB Variations
Color information
#424112 (or 0x424112) is known color: Madras. HEX triplet: 42, 41 and 12. RGB value is (66,65,18). Sum of RGB (Red+Green+Blue) = 66+65+18=149 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.30% from 149); Green value is 65 (25.78% from 255 or 43.62% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 66 - color contains mainly: red. Hex color #424112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424112 is #BDBEED. Grayscale: #3C3C3C. Windows color (decimal): -12435182 or 1196354. OLE color: 1196354.
HSL color Cylindrical-coordinate representation of color #424112: hue angle of 58.75º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #424112 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 65 | 18 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.74 |
| HSL | 58.75º | 0.57% | 0.16% | - |
| HSV(B) | 58.75º | 0.73% | 0.26% | - |
| XYZ | 4.25 | 4.98 | 1.31 | - |
| YUV | 59.94 | 104.33 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 65 | 18 | 0 | 0.02 | 0.73 | 0.74 | 58.75 | 0.57 | 0.16 |
| Hex | 42 | 41 | 12 | 0 | 2 | 49 | 4A | 3B | 39 | 10 |
| Octal | 102 | 101 | 22 | 0 | 2 | 111 | 112 | 73 | 71 | 20 |
| Binary | 1000010 | 1000001 | 10010 | 0 | 10 | 1001001 | 1001010 | 111011 | 111001 | 10000 |
Color Harmonies of #424112
Complementary color
Monochromatic Colors of #424112
Black with #424112
Text Example
Text Example
White with #424112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424112; }
p { color: rgb(66,65,18); }
H1.HeaderClassName
{
color: #424112;
}
.AnyTagClassName
{
color: #424112;
}
</style>
background-color css
<style>
a { background-color: #424112; }
a { background-color: rgb(66,65,18); }
div.DivClassName
{
background-color: #424112;
}
.BgClassName
{
background-color: #424112;
}
</style>
border-color css
<style>
span { border-color: #424112; }
span { border-color: rgb(66,65,18); }
td.TdClassName
{
border-color: #424112;
}
.TagClassName
{
border-color: #424112;
}
</style>