Shades of Red Oxide #531E19
Tints of Red Oxide #531E19
RGB
CMYK
RGB Variations
Color information
#531E19 (or 0x531E19) is known color: Red Oxide. HEX triplet: 53, 1E and 19. RGB value is (83,30,25). Sum of RGB (Red+Green+Blue) = 83+30+25=138 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.14% from 138); Green value is 30 (12.11% from 255 or 21.74% from 138); Blue value is 25 (10.16% from 255 or 18.12% from 138); Max value from RGB is 83 - color contains mainly: red. Hex color #531E19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531E19 is #ACE1E6. Grayscale: #2D2D2D. Windows color (decimal): -11330023 or 1646163. OLE color: 1646163.
HSL color Cylindrical-coordinate representation of color #531E19: hue angle of 5.17º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #531E19 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 30 | 25 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.67 |
| HSL | 5.17º | 0.54% | 0.21% | - |
| HSV(B) | 5.17º | 0.7% | 0.33% | - |
| XYZ | 4.21 | 2.84 | 1.25 | - |
| YUV | 45.28 | 116.56 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 30 | 25 | 0 | 0.64 | 0.70 | 0.67 | 5.17 | 0.54 | 0.21 |
| Hex | 53 | 1E | 19 | 0 | 40 | 46 | 43 | 5 | 36 | 15 |
| Octal | 123 | 36 | 31 | 0 | 100 | 106 | 103 | 5 | 66 | 25 |
| Binary | 1010011 | 11110 | 11001 | 0 | 1000000 | 1000110 | 1000011 | 101 | 110110 | 10101 |
Color Harmonies of #531E19
Complementary color
Monochromatic Colors of #531E19
Black with #531E19
Text Example
Text Example
White with #531E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531E19; }
p { color: rgb(83,30,25); }
H1.HeaderClassName
{
color: #531E19;
}
.AnyTagClassName
{
color: #531E19;
}
</style>
background-color css
<style>
a { background-color: #531E19; }
a { background-color: rgb(83,30,25); }
div.DivClassName
{
background-color: #531E19;
}
.BgClassName
{
background-color: #531E19;
}
</style>
border-color css
<style>
span { border-color: #531E19; }
span { border-color: rgb(83,30,25); }
td.TdClassName
{
border-color: #531E19;
}
.TagClassName
{
border-color: #531E19;
}
</style>