Shades of Madras #50450C
Tints of Madras #50450C
RGB
CMYK
RGB Variations
Color information
#50450C (or 0x50450C) is known color: Madras. HEX triplet: 50, 45 and 0C. RGB value is (80,69,12). Sum of RGB (Red+Green+Blue) = 80+69+12=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 69 (27.34% from 255 or 42.86% from 161); Blue value is 12 (5.08% from 255 or 7.45% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #50450C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50450C is #AFBAF3. Grayscale: #424242. Windows color (decimal): -11516660 or 804176. OLE color: 804176.
HSL color Cylindrical-coordinate representation of color #50450C: hue angle of 50.29º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50450C is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 69 | 12 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.69 |
| HSL | 50.29º | 0.74% | 0.18% | - |
| HSV(B) | 50.29º | 0.85% | 0.31% | - |
| XYZ | 5.5 | 5.99 | 1.21 | - |
| YUV | 65.79 | 97.64 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 69 | 12 | 0 | 0.14 | 0.85 | 0.69 | 50.29 | 0.74 | 0.18 |
| Hex | 50 | 45 | C | 0 | E | 55 | 45 | 32 | 4A | 12 |
| Octal | 120 | 105 | 14 | 0 | 16 | 125 | 105 | 62 | 112 | 22 |
| Binary | 1010000 | 1000101 | 1100 | 0 | 1110 | 1010101 | 1000101 | 110010 | 1001010 | 10010 |
Color Harmonies of #50450C
Complementary color
Monochromatic Colors of #50450C
Black with #50450C
Text Example
Text Example
White with #50450C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50450C; }
p { color: rgb(80,69,12); }
H1.HeaderClassName
{
color: #50450C;
}
.AnyTagClassName
{
color: #50450C;
}
</style>
background-color css
<style>
a { background-color: #50450C; }
a { background-color: rgb(80,69,12); }
div.DivClassName
{
background-color: #50450C;
}
.BgClassName
{
background-color: #50450C;
}
</style>
border-color css
<style>
span { border-color: #50450C; }
span { border-color: rgb(80,69,12); }
td.TdClassName
{
border-color: #50450C;
}
.TagClassName
{
border-color: #50450C;
}
</style>