Shades of Red Oxide #51150D
Tints of Red Oxide #51150D
RGB
CMYK
RGB Variations
Color information
#51150D (or 0x51150D) is known color: Red Oxide. HEX triplet: 51, 15 and 0D. RGB value is (81,21,13). Sum of RGB (Red+Green+Blue) = 81+21+13=115 (15% of max value = 765). Red value is 81 (32.03% from 255 or 70.43% from 115); Green value is 21 (8.59% from 255 or 18.26% from 115); Blue value is 13 (5.47% from 255 or 11.30% from 115); Max value from RGB is 81 - color contains mainly: red. Hex color #51150D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51150D is #AEEAF2. Grayscale: #262626. Windows color (decimal): -11463411 or 857425. OLE color: 857425.
HSL color Cylindrical-coordinate representation of color #51150D: hue angle of 7.06º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #51150D is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 21 | 13 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.68 |
| HSL | 7.06º | 0.72% | 0.18% | - |
| HSV(B) | 7.06º | 0.84% | 0.32% | - |
| XYZ | 3.73 | 2.31 | 0.63 | - |
| YUV | 38.03 | 113.88 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 21 | 13 | 0 | 0.74 | 0.84 | 0.68 | 7.06 | 0.72 | 0.18 |
| Hex | 51 | 15 | D | 0 | 4A | 54 | 44 | 7 | 48 | 12 |
| Octal | 121 | 25 | 15 | 0 | 112 | 124 | 104 | 7 | 110 | 22 |
| Binary | 1010001 | 10101 | 1101 | 0 | 1001010 | 1010100 | 1000100 | 111 | 1001000 | 10010 |
Color Harmonies of #51150D
Complementary color
Monochromatic Colors of #51150D
Black with #51150D
Text Example
Text Example
White with #51150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51150D; }
p { color: rgb(81,21,13); }
H1.HeaderClassName
{
color: #51150D;
}
.AnyTagClassName
{
color: #51150D;
}
</style>
background-color css
<style>
a { background-color: #51150D; }
a { background-color: rgb(81,21,13); }
div.DivClassName
{
background-color: #51150D;
}
.BgClassName
{
background-color: #51150D;
}
</style>
border-color css
<style>
span { border-color: #51150D; }
span { border-color: rgb(81,21,13); }
td.TdClassName
{
border-color: #51150D;
}
.TagClassName
{
border-color: #51150D;
}
</style>