Shades of Red Oxide #511B19
Tints of Red Oxide #511B19
RGB
CMYK
RGB Variations
Color information
#511B19 (or 0x511B19) is known color: Red Oxide. HEX triplet: 51, 1B and 19. RGB value is (81,27,25). Sum of RGB (Red+Green+Blue) = 81+27+25=133 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.90% from 133); Green value is 27 (10.94% from 255 or 20.30% from 133); Blue value is 25 (10.16% from 255 or 18.80% from 133); Max value from RGB is 81 - color contains mainly: red. Hex color #511B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511B19 is #AEE4E6. Grayscale: #2A2A2A. Windows color (decimal): -11461863 or 1645393. OLE color: 1645393.
HSL color Cylindrical-coordinate representation of color #511B19: hue angle of 2.14º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #511B19 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 27 | 25 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.68 |
| HSL | 2.14º | 0.53% | 0.21% | - |
| HSV(B) | 2.14º | 0.69% | 0.32% | - |
| XYZ | 3.96 | 2.6 | 1.21 | - |
| YUV | 42.92 | 117.89 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 27 | 25 | 0 | 0.67 | 0.69 | 0.68 | 2.14 | 0.53 | 0.21 |
| Hex | 51 | 1B | 19 | 0 | 43 | 45 | 44 | 2 | 35 | 15 |
| Octal | 121 | 33 | 31 | 0 | 103 | 105 | 104 | 2 | 65 | 25 |
| Binary | 1010001 | 11011 | 11001 | 0 | 1000011 | 1000101 | 1000100 | 10 | 110101 | 10101 |
Color Harmonies of #511B19
Complementary color
Monochromatic Colors of #511B19
Black with #511B19
Text Example
Text Example
White with #511B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511B19; }
p { color: rgb(81,27,25); }
H1.HeaderClassName
{
color: #511B19;
}
.AnyTagClassName
{
color: #511B19;
}
</style>
background-color css
<style>
a { background-color: #511B19; }
a { background-color: rgb(81,27,25); }
div.DivClassName
{
background-color: #511B19;
}
.BgClassName
{
background-color: #511B19;
}
</style>
border-color css
<style>
span { border-color: #511B19; }
span { border-color: rgb(81,27,25); }
td.TdClassName
{
border-color: #511B19;
}
.TagClassName
{
border-color: #511B19;
}
</style>