Shades of Madras #41380D
Tints of Madras #41380D
RGB
CMYK
RGB Variations
Color information
#41380D (or 0x41380D) is known color: Madras. HEX triplet: 41, 38 and 0D. RGB value is (65,56,13). Sum of RGB (Red+Green+Blue) = 65+56+13=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 56 (22.27% from 255 or 41.79% from 134); Blue value is 13 (5.47% from 255 or 9.70% from 134); Max value from RGB is 65 - color contains mainly: red. Hex color #41380D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41380D is #BEC7F2. Grayscale: #353535. Windows color (decimal): -12503027 or 866369. OLE color: 866369.
HSL color Cylindrical-coordinate representation of color #41380D: hue angle of 49.62º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #41380D is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 56 | 13 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.75 |
| HSL | 49.62º | 0.67% | 0.15% | - |
| HSV(B) | 49.62º | 0.8% | 0.25% | - |
| XYZ | 3.67 | 3.98 | 0.96 | - |
| YUV | 53.79 | 104.98 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 56 | 13 | 0 | 0.14 | 0.80 | 0.75 | 49.62 | 0.67 | 0.15 |
| Hex | 41 | 38 | D | 0 | E | 50 | 4B | 32 | 43 | F |
| Octal | 101 | 70 | 15 | 0 | 16 | 120 | 113 | 62 | 103 | 17 |
| Binary | 1000001 | 111000 | 1101 | 0 | 1110 | 1010000 | 1001011 | 110010 | 1000011 | 1111 |
Color Harmonies of #41380D
Complementary color
Monochromatic Colors of #41380D
Black with #41380D
Text Example
Text Example
White with #41380D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41380D; }
p { color: rgb(65,56,13); }
H1.HeaderClassName
{
color: #41380D;
}
.AnyTagClassName
{
color: #41380D;
}
</style>
background-color css
<style>
a { background-color: #41380D; }
a { background-color: rgb(65,56,13); }
div.DivClassName
{
background-color: #41380D;
}
.BgClassName
{
background-color: #41380D;
}
</style>
border-color css
<style>
span { border-color: #41380D; }
span { border-color: rgb(65,56,13); }
td.TdClassName
{
border-color: #41380D;
}
.TagClassName
{
border-color: #41380D;
}
</style>