Shades of Red Oxide #511F1D
Tints of Red Oxide #511F1D
RGB
CMYK
RGB Variations
Color information
#511F1D (or 0x511F1D) is known color: Red Oxide. HEX triplet: 51, 1F and 1D. RGB value is (81,31,29). Sum of RGB (Red+Green+Blue) = 81+31+29=141 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.45% from 141); Green value is 31 (12.5% from 255 or 21.99% from 141); Blue value is 29 (11.72% from 255 or 20.57% from 141); Max value from RGB is 81 - color contains mainly: red. Hex color #511F1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511F1D is #AEE0E2. Grayscale: #2D2D2D. Windows color (decimal): -11460835 or 1908561. OLE color: 1908561.
HSL color Cylindrical-coordinate representation of color #511F1D: hue angle of 2.31º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #511F1D is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 31 | 29 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.68 |
| HSL | 2.31º | 0.47% | 0.22% | - |
| HSV(B) | 2.31º | 0.64% | 0.32% | - |
| XYZ | 4.11 | 2.82 | 1.49 | - |
| YUV | 45.72 | 118.57 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 31 | 29 | 0 | 0.62 | 0.64 | 0.68 | 2.31 | 0.47 | 0.22 |
| Hex | 51 | 1F | 1D | 0 | 3E | 40 | 44 | 2 | 2F | 16 |
| Octal | 121 | 37 | 35 | 0 | 76 | 100 | 104 | 2 | 57 | 26 |
| Binary | 1010001 | 11111 | 11101 | 0 | 111110 | 1000000 | 1000100 | 10 | 101111 | 10110 |
Color Harmonies of #511F1D
Complementary color
Monochromatic Colors of #511F1D
Black with #511F1D
Text Example
Text Example
White with #511F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511F1D; }
p { color: rgb(81,31,29); }
H1.HeaderClassName
{
color: #511F1D;
}
.AnyTagClassName
{
color: #511F1D;
}
</style>
background-color css
<style>
a { background-color: #511F1D; }
a { background-color: rgb(81,31,29); }
div.DivClassName
{
background-color: #511F1D;
}
.BgClassName
{
background-color: #511F1D;
}
</style>
border-color css
<style>
span { border-color: #511F1D; }
span { border-color: rgb(81,31,29); }
td.TdClassName
{
border-color: #511F1D;
}
.TagClassName
{
border-color: #511F1D;
}
</style>