Shades of Red Oxide #531D1C
Tints of Red Oxide #531D1C
RGB
CMYK
RGB Variations
Color information
#531D1C (or 0x531D1C) is known color: Red Oxide. HEX triplet: 53, 1D and 1C. RGB value is (83,29,28). Sum of RGB (Red+Green+Blue) = 83+29+28=140 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.29% from 140); Green value is 29 (11.72% from 255 or 20.71% from 140); Blue value is 28 (11.33% from 255 or 20% from 140); Max value from RGB is 83 - color contains mainly: red. Hex color #531D1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531D1C is #ACE2E3. Grayscale: #2D2D2D. Windows color (decimal): -11330276 or 1842515. OLE color: 1842515.
HSL color Cylindrical-coordinate representation of color #531D1C: hue angle of 1.09º 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 #531D1C is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 29 | 28 | - |
| CMYK | 0 | 0.65 | 0.66 | 0.67 |
| HSL | 1.09º | 0.5% | 0.22% | - |
| HSV(B) | 1.09º | 0.66% | 0.33% | - |
| XYZ | 4.22 | 2.8 | 1.42 | - |
| YUV | 45.03 | 118.39 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 29 | 28 | 0 | 0.65 | 0.66 | 0.67 | 1.09 | 0.5 | 0.22 |
| Hex | 53 | 1D | 1C | 0 | 41 | 42 | 43 | 1 | 32 | 16 |
| Octal | 123 | 35 | 34 | 0 | 101 | 102 | 103 | 1 | 62 | 26 |
| Binary | 1010011 | 11101 | 11100 | 0 | 1000001 | 1000010 | 1000011 | 1 | 110010 | 10110 |
Color Harmonies of #531D1C
Complementary color
Monochromatic Colors of #531D1C
Black with #531D1C
Text Example
Text Example
White with #531D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531D1C; }
p { color: rgb(83,29,28); }
H1.HeaderClassName
{
color: #531D1C;
}
.AnyTagClassName
{
color: #531D1C;
}
</style>
background-color css
<style>
a { background-color: #531D1C; }
a { background-color: rgb(83,29,28); }
div.DivClassName
{
background-color: #531D1C;
}
.BgClassName
{
background-color: #531D1C;
}
</style>
border-color css
<style>
span { border-color: #531D1C; }
span { border-color: rgb(83,29,28); }
td.TdClassName
{
border-color: #531D1C;
}
.TagClassName
{
border-color: #531D1C;
}
</style>