Shades of Red Oxide #531F1E
Tints of Red Oxide #531F1E
RGB
CMYK
RGB Variations
Color information
#531F1E (or 0x531F1E) is known color: Red Oxide. HEX triplet: 53, 1F and 1E. RGB value is (83,31,30). Sum of RGB (Red+Green+Blue) = 83+31+30=144 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.64% from 144); Green value is 31 (12.5% from 255 or 21.53% from 144); Blue value is 30 (12.11% from 255 or 20.83% from 144); Max value from RGB is 83 - color contains mainly: red. Hex color #531F1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F1E is #ACE0E1. Grayscale: #2E2E2E. Windows color (decimal): -11329762 or 1974099. OLE color: 1974099.
HSL color Cylindrical-coordinate representation of color #531F1E: hue angle of 1.13º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #531F1E is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 31 | 30 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.67 |
| HSL | 1.13º | 0.47% | 0.22% | - |
| HSV(B) | 1.13º | 0.64% | 0.33% | - |
| XYZ | 4.29 | 2.91 | 1.56 | - |
| YUV | 46.43 | 118.73 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 31 | 30 | 0 | 0.63 | 0.64 | 0.67 | 1.13 | 0.47 | 0.22 |
| Hex | 53 | 1F | 1E | 0 | 3F | 40 | 43 | 1 | 2F | 16 |
| Octal | 123 | 37 | 36 | 0 | 77 | 100 | 103 | 1 | 57 | 26 |
| Binary | 1010011 | 11111 | 11110 | 0 | 111111 | 1000000 | 1000011 | 1 | 101111 | 10110 |
Color Harmonies of #531F1E
Complementary color
Monochromatic Colors of #531F1E
Black with #531F1E
Text Example
Text Example
White with #531F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531F1E; }
p { color: rgb(83,31,30); }
H1.HeaderClassName
{
color: #531F1E;
}
.AnyTagClassName
{
color: #531F1E;
}
</style>
background-color css
<style>
a { background-color: #531F1E; }
a { background-color: rgb(83,31,30); }
div.DivClassName
{
background-color: #531F1E;
}
.BgClassName
{
background-color: #531F1E;
}
</style>
border-color css
<style>
span { border-color: #531F1E; }
span { border-color: rgb(83,31,30); }
td.TdClassName
{
border-color: #531F1E;
}
.TagClassName
{
border-color: #531F1E;
}
</style>