Shades of Red Oxide #501D1C
Tints of Red Oxide #501D1C
RGB
CMYK
RGB Variations
Color information
#501D1C (or 0x501D1C) is known color: Red Oxide. HEX triplet: 50, 1D and 1C. RGB value is (80,29,28). Sum of RGB (Red+Green+Blue) = 80+29+28=137 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.39% from 137); Green value is 29 (11.72% from 255 or 21.17% from 137); Blue value is 28 (11.33% from 255 or 20.44% from 137); Max value from RGB is 80 - color contains mainly: red. Hex color #501D1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501D1C is #AFE2E3. Grayscale: #2C2C2C. Windows color (decimal): -11526884 or 1842512. OLE color: 1842512.
HSL color Cylindrical-coordinate representation of color #501D1C: hue angle of 1.15º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #501D1C is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 29 | 28 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.69 |
| HSL | 1.15º | 0.48% | 0.21% | - |
| HSV(B) | 1.15º | 0.65% | 0.31% | - |
| XYZ | 3.96 | 2.67 | 1.41 | - |
| YUV | 44.14 | 118.9 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 29 | 28 | 0 | 0.64 | 0.65 | 0.69 | 1.15 | 0.48 | 0.21 |
| Hex | 50 | 1D | 1C | 0 | 40 | 41 | 45 | 1 | 30 | 15 |
| Octal | 120 | 35 | 34 | 0 | 100 | 101 | 105 | 1 | 60 | 25 |
| Binary | 1010000 | 11101 | 11100 | 0 | 1000000 | 1000001 | 1000101 | 1 | 110000 | 10101 |
Color Harmonies of #501D1C
Complementary color
Monochromatic Colors of #501D1C
Black with #501D1C
Text Example
Text Example
White with #501D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501D1C; }
p { color: rgb(80,29,28); }
H1.HeaderClassName
{
color: #501D1C;
}
.AnyTagClassName
{
color: #501D1C;
}
</style>
background-color css
<style>
a { background-color: #501D1C; }
a { background-color: rgb(80,29,28); }
div.DivClassName
{
background-color: #501D1C;
}
.BgClassName
{
background-color: #501D1C;
}
</style>
border-color css
<style>
span { border-color: #501D1C; }
span { border-color: rgb(80,29,28); }
td.TdClassName
{
border-color: #501D1C;
}
.TagClassName
{
border-color: #501D1C;
}
</style>