Shades of Red Oxide #531E1C
Tints of Red Oxide #531E1C
RGB
CMYK
RGB Variations
Color information
#531E1C (or 0x531E1C) is known color: Red Oxide. HEX triplet: 53, 1E and 1C. RGB value is (83,30,28). Sum of RGB (Red+Green+Blue) = 83+30+28=141 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.87% from 141); Green value is 30 (12.11% from 255 or 21.28% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 83 - color contains mainly: red. Hex color #531E1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531E1C is #ACE1E3. Grayscale: #2D2D2D. Windows color (decimal): -11330020 or 1842771. OLE color: 1842771.
HSL color Cylindrical-coordinate representation of color #531E1C: hue angle of 2.18º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #531E1C is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 30 | 28 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.67 |
| HSL | 2.18º | 0.5% | 0.22% | - |
| HSV(B) | 2.18º | 0.66% | 0.33% | - |
| XYZ | 4.24 | 2.85 | 1.43 | - |
| YUV | 45.62 | 118.06 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 30 | 28 | 0 | 0.64 | 0.66 | 0.67 | 2.18 | 0.5 | 0.22 |
| Hex | 53 | 1E | 1C | 0 | 40 | 42 | 43 | 2 | 32 | 16 |
| Octal | 123 | 36 | 34 | 0 | 100 | 102 | 103 | 2 | 62 | 26 |
| Binary | 1010011 | 11110 | 11100 | 0 | 1000000 | 1000010 | 1000011 | 10 | 110010 | 10110 |
Color Harmonies of #531E1C
Complementary color
Monochromatic Colors of #531E1C
Black with #531E1C
Text Example
Text Example
White with #531E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531E1C; }
p { color: rgb(83,30,28); }
H1.HeaderClassName
{
color: #531E1C;
}
.AnyTagClassName
{
color: #531E1C;
}
</style>
background-color css
<style>
a { background-color: #531E1C; }
a { background-color: rgb(83,30,28); }
div.DivClassName
{
background-color: #531E1C;
}
.BgClassName
{
background-color: #531E1C;
}
</style>
border-color css
<style>
span { border-color: #531E1C; }
span { border-color: rgb(83,30,28); }
td.TdClassName
{
border-color: #531E1C;
}
.TagClassName
{
border-color: #531E1C;
}
</style>