Shades of Red Oxide #531D1D
Tints of Red Oxide #531D1D
RGB
CMYK
RGB Variations
Color information
#531D1D (or 0x531D1D) is known color: Red Oxide. HEX triplet: 53, 1D and 1D. RGB value is (83,29,29). Sum of RGB (Red+Green+Blue) = 83+29+29=141 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.87% from 141); Green value is 29 (11.72% from 255 or 20.57% from 141); Blue value is 29 (11.72% from 255 or 20.57% from 141); Max value from RGB is 83 - color contains mainly: red. Hex color #531D1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531D1D is #ACE2E2. Grayscale: #2D2D2D. Windows color (decimal): -11330275 or 1908051. OLE color: 1908051.
HSL color Cylindrical-coordinate representation of color #531D1D: hue angle of 0º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #531D1D is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 29 | 29 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.67 |
| HSL | 0º | 0.48% | 0.22% | - |
| HSV(B) | 0º | 0.65% | 0.33% | - |
| XYZ | 4.23 | 2.81 | 1.48 | - |
| YUV | 45.15 | 118.89 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 29 | 29 | 0 | 0.65 | 0.65 | 0.67 | 0 | 0.48 | 0.22 |
| Hex | 53 | 1D | 1D | 0 | 41 | 41 | 43 | 0 | 30 | 16 |
| Octal | 123 | 35 | 35 | 0 | 101 | 101 | 103 | 0 | 60 | 26 |
| Binary | 1010011 | 11101 | 11101 | 0 | 1000001 | 1000001 | 1000011 | 0 | 110000 | 10110 |
Color Harmonies of #531D1D
Complementary color
Monochromatic Colors of #531D1D
Black with #531D1D
Text Example
Text Example
White with #531D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531D1D; }
p { color: rgb(83,29,29); }
H1.HeaderClassName
{
color: #531D1D;
}
.AnyTagClassName
{
color: #531D1D;
}
</style>
background-color css
<style>
a { background-color: #531D1D; }
a { background-color: rgb(83,29,29); }
div.DivClassName
{
background-color: #531D1D;
}
.BgClassName
{
background-color: #531D1D;
}
</style>
border-color css
<style>
span { border-color: #531D1D; }
span { border-color: rgb(83,29,29); }
td.TdClassName
{
border-color: #531D1D;
}
.TagClassName
{
border-color: #531D1D;
}
</style>