Shades of Madras #434113
Tints of Madras #434113
RGB
CMYK
RGB Variations
Color information
#434113 (or 0x434113) is known color: Madras. HEX triplet: 43, 41 and 13. RGB value is (67,65,19). Sum of RGB (Red+Green+Blue) = 67+65+19=151 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.37% from 151); Green value is 65 (25.78% from 255 or 43.05% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 67 - color contains mainly: red. Hex color #434113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434113 is #BCBEEC. Grayscale: #3C3C3C. Windows color (decimal): -12369645 or 1261891. OLE color: 1261891.
HSL color Cylindrical-coordinate representation of color #434113: hue angle of 57.5º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #434113 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 65 | 19 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.74 |
| HSL | 57.5º | 0.56% | 0.17% | - |
| HSV(B) | 57.5º | 0.72% | 0.26% | - |
| XYZ | 4.32 | 5.02 | 1.36 | - |
| YUV | 60.35 | 104.66 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 65 | 19 | 0 | 0.03 | 0.72 | 0.74 | 57.5 | 0.56 | 0.17 |
| Hex | 43 | 41 | 13 | 0 | 3 | 48 | 4A | 3A | 38 | 11 |
| Octal | 103 | 101 | 23 | 0 | 3 | 110 | 112 | 72 | 70 | 21 |
| Binary | 1000011 | 1000001 | 10011 | 0 | 11 | 1001000 | 1001010 | 111010 | 111000 | 10001 |
Color Harmonies of #434113
Complementary color
Monochromatic Colors of #434113
Black with #434113
Text Example
Text Example
White with #434113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434113; }
p { color: rgb(67,65,19); }
H1.HeaderClassName
{
color: #434113;
}
.AnyTagClassName
{
color: #434113;
}
</style>
background-color css
<style>
a { background-color: #434113; }
a { background-color: rgb(67,65,19); }
div.DivClassName
{
background-color: #434113;
}
.BgClassName
{
background-color: #434113;
}
</style>
border-color css
<style>
span { border-color: #434113; }
span { border-color: rgb(67,65,19); }
td.TdClassName
{
border-color: #434113;
}
.TagClassName
{
border-color: #434113;
}
</style>