Shades of Madras #503F02
Tints of Madras #503F02
RGB
CMYK
RGB Variations
Color information
#503F02 (or 0x503F02) is known color: Madras. HEX triplet: 50, 3F and 02. RGB value is (80,63,2). Sum of RGB (Red+Green+Blue) = 80+63+2=145 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.17% from 145); Green value is 63 (25% from 255 or 43.45% from 145); Blue value is 2 (1.17% from 255 or 1.38% from 145); Max value from RGB is 80 - color contains mainly: red. Hex color #503F02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503F02 is #AFC0FD. Grayscale: #3D3D3D. Windows color (decimal): -11518206 or 147280. OLE color: 147280.
HSL color Cylindrical-coordinate representation of color #503F02: hue angle of 46.92º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #503F02 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 63 | 2 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.69 |
| HSL | 46.92º | 0.95% | 0.16% | - |
| HSV(B) | 46.92º | 0.98% | 0.31% | - |
| XYZ | 5.1 | 5.26 | 0.81 | - |
| YUV | 61.13 | 94.63 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 2 | 0 | 0.21 | 0.98 | 0.69 | 46.92 | 0.95 | 0.16 |
| Hex | 50 | 3F | 2 | 0 | 15 | 62 | 45 | 2F | 5F | 10 |
| Octal | 120 | 77 | 2 | 0 | 25 | 142 | 105 | 57 | 137 | 20 |
| Binary | 1010000 | 111111 | 10 | 0 | 10101 | 1100010 | 1000101 | 101111 | 1011111 | 10000 |
Color Harmonies of #503F02
Complementary color
Monochromatic Colors of #503F02
Black with #503F02
Text Example
Text Example
White with #503F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503F02; }
p { color: rgb(80,63,2); }
H1.HeaderClassName
{
color: #503F02;
}
.AnyTagClassName
{
color: #503F02;
}
</style>
background-color css
<style>
a { background-color: #503F02; }
a { background-color: rgb(80,63,2); }
div.DivClassName
{
background-color: #503F02;
}
.BgClassName
{
background-color: #503F02;
}
</style>
border-color css
<style>
span { border-color: #503F02; }
span { border-color: rgb(80,63,2); }
td.TdClassName
{
border-color: #503F02;
}
.TagClassName
{
border-color: #503F02;
}
</style>