Shades of Red Oxide #51201E
Tints of Red Oxide #51201E
RGB
CMYK
RGB Variations
Color information
#51201E (or 0x51201E) is known color: Red Oxide. HEX triplet: 51, 20 and 1E. RGB value is (81,32,30). Sum of RGB (Red+Green+Blue) = 81+32+30=143 (18% of max value = 765). Red value is 81 (32.03% from 255 or 56.64% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 30 (12.11% from 255 or 20.98% from 143); Max value from RGB is 81 - color contains mainly: red. Hex color #51201E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51201E is #AEDFE1. Grayscale: #2E2E2E. Windows color (decimal): -11460578 or 1974353. OLE color: 1974353.
HSL color Cylindrical-coordinate representation of color #51201E: hue angle of 2.35º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51201E is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 32 | 30 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.68 |
| HSL | 2.35º | 0.46% | 0.22% | - |
| HSV(B) | 2.35º | 0.63% | 0.32% | - |
| XYZ | 4.14 | 2.88 | 1.57 | - |
| YUV | 46.42 | 118.73 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 32 | 30 | 0 | 0.60 | 0.63 | 0.68 | 2.35 | 0.46 | 0.22 |
| Hex | 51 | 20 | 1E | 0 | 3C | 3F | 44 | 2 | 2E | 16 |
| Octal | 121 | 40 | 36 | 0 | 74 | 77 | 104 | 2 | 56 | 26 |
| Binary | 1010001 | 100000 | 11110 | 0 | 111100 | 111111 | 1000100 | 10 | 101110 | 10110 |
Color Harmonies of #51201E
Complementary color
Monochromatic Colors of #51201E
Black with #51201E
Text Example
Text Example
White with #51201E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51201E; }
p { color: rgb(81,32,30); }
H1.HeaderClassName
{
color: #51201E;
}
.AnyTagClassName
{
color: #51201E;
}
</style>
background-color css
<style>
a { background-color: #51201E; }
a { background-color: rgb(81,32,30); }
div.DivClassName
{
background-color: #51201E;
}
.BgClassName
{
background-color: #51201E;
}
</style>
border-color css
<style>
span { border-color: #51201E; }
span { border-color: rgb(81,32,30); }
td.TdClassName
{
border-color: #51201E;
}
.TagClassName
{
border-color: #51201E;
}
</style>