Shades of Red Oxide #4D1B19
Tints of Red Oxide #4D1B19
RGB
CMYK
RGB Variations
Color information
#4D1B19 (or 0x4D1B19) is known color: Red Oxide. HEX triplet: 4D, 1B and 19. RGB value is (77,27,25). Sum of RGB (Red+Green+Blue) = 77+27+25=129 (17% of max value = 765). Red value is 77 (30.47% from 255 or 59.69% from 129); Green value is 27 (10.94% from 255 or 20.93% from 129); Blue value is 25 (10.16% from 255 or 19.38% from 129); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D1B19 is #B2E4E6. Grayscale: #292929. Windows color (decimal): -11724007 or 1645389. OLE color: 1645389.
HSL color Cylindrical-coordinate representation of color #4D1B19: hue angle of 2.31º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D1B19 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 27 | 25 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.70 |
| HSL | 2.31º | 0.51% | 0.2% | - |
| HSV(B) | 2.31º | 0.68% | 0.3% | - |
| XYZ | 3.63 | 2.43 | 1.2 | - |
| YUV | 41.72 | 118.57 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 27 | 25 | 0 | 0.65 | 0.68 | 0.70 | 2.31 | 0.51 | 0.2 |
| Hex | 4D | 1B | 19 | 0 | 41 | 44 | 46 | 2 | 33 | 14 |
| Octal | 115 | 33 | 31 | 0 | 101 | 104 | 106 | 2 | 63 | 24 |
| Binary | 1001101 | 11011 | 11001 | 0 | 1000001 | 1000100 | 1000110 | 10 | 110011 | 10100 |
Color Harmonies of #4D1B19
Complementary color
Monochromatic Colors of #4D1B19
Black with #4D1B19
Text Example
Text Example
White with #4D1B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1B19; }
p { color: rgb(77,27,25); }
H1.HeaderClassName
{
color: #4D1B19;
}
.AnyTagClassName
{
color: #4D1B19;
}
</style>
background-color css
<style>
a { background-color: #4D1B19; }
a { background-color: rgb(77,27,25); }
div.DivClassName
{
background-color: #4D1B19;
}
.BgClassName
{
background-color: #4D1B19;
}
</style>
border-color css
<style>
span { border-color: #4D1B19; }
span { border-color: rgb(77,27,25); }
td.TdClassName
{
border-color: #4D1B19;
}
.TagClassName
{
border-color: #4D1B19;
}
</style>