Shades of Red Oxide #531B16
Tints of Red Oxide #531B16
RGB
CMYK
RGB Variations
Color information
#531B16 (or 0x531B16) is known color: Red Oxide. HEX triplet: 53, 1B and 16. RGB value is (83,27,22). Sum of RGB (Red+Green+Blue) = 83+27+22=132 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.88% from 132); Green value is 27 (10.94% from 255 or 20.45% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 83 - color contains mainly: red. Hex color #531B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531B16 is #ACE4E9. Grayscale: #2B2B2B. Windows color (decimal): -11330794 or 1448787. OLE color: 1448787.
HSL color Cylindrical-coordinate representation of color #531B16: hue angle of 4.92º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #531B16 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 27 | 22 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.67 |
| HSL | 4.92º | 0.58% | 0.21% | - |
| HSV(B) | 4.92º | 0.73% | 0.33% | - |
| XYZ | 4.1 | 2.68 | 1.06 | - |
| YUV | 43.17 | 116.05 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 27 | 22 | 0 | 0.67 | 0.73 | 0.67 | 4.92 | 0.58 | 0.21 |
| Hex | 53 | 1B | 16 | 0 | 43 | 49 | 43 | 5 | 3A | 15 |
| Octal | 123 | 33 | 26 | 0 | 103 | 111 | 103 | 5 | 72 | 25 |
| Binary | 1010011 | 11011 | 10110 | 0 | 1000011 | 1001001 | 1000011 | 101 | 111010 | 10101 |
Color Harmonies of #531B16
Complementary color
Monochromatic Colors of #531B16
Black with #531B16
Text Example
Text Example
White with #531B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531B16; }
p { color: rgb(83,27,22); }
H1.HeaderClassName
{
color: #531B16;
}
.AnyTagClassName
{
color: #531B16;
}
</style>
background-color css
<style>
a { background-color: #531B16; }
a { background-color: rgb(83,27,22); }
div.DivClassName
{
background-color: #531B16;
}
.BgClassName
{
background-color: #531B16;
}
</style>
border-color css
<style>
span { border-color: #531B16; }
span { border-color: rgb(83,27,22); }
td.TdClassName
{
border-color: #531B16;
}
.TagClassName
{
border-color: #531B16;
}
</style>