Shades of Red Oxide #531B14
Tints of Red Oxide #531B14
RGB
CMYK
RGB Variations
Color information
#531B14 (or 0x531B14) is known color: Red Oxide. HEX triplet: 53, 1B and 14. RGB value is (83,27,20). Sum of RGB (Red+Green+Blue) = 83+27+20=130 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.85% from 130); Green value is 27 (10.94% from 255 or 20.77% from 130); Blue value is 20 (8.20% from 255 or 15.38% from 130); Max value from RGB is 83 - color contains mainly: red. Hex color #531B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531B14 is #ACE4EB. Grayscale: #2B2B2B. Windows color (decimal): -11330796 or 1317715. OLE color: 1317715.
HSL color Cylindrical-coordinate representation of color #531B14: hue angle of 6.67º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #531B14 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 27 | 20 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.67 |
| HSL | 6.67º | 0.61% | 0.2% | - |
| HSV(B) | 6.67º | 0.76% | 0.33% | - |
| XYZ | 4.09 | 2.67 | 0.96 | - |
| YUV | 42.95 | 115.05 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 27 | 20 | 0 | 0.67 | 0.76 | 0.67 | 6.67 | 0.61 | 0.2 |
| Hex | 53 | 1B | 14 | 0 | 43 | 4C | 43 | 7 | 3D | 14 |
| Octal | 123 | 33 | 24 | 0 | 103 | 114 | 103 | 7 | 75 | 24 |
| Binary | 1010011 | 11011 | 10100 | 0 | 1000011 | 1001100 | 1000011 | 111 | 111101 | 10100 |
Color Harmonies of #531B14
Complementary color
Monochromatic Colors of #531B14
Black with #531B14
Text Example
Text Example
White with #531B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531B14; }
p { color: rgb(83,27,20); }
H1.HeaderClassName
{
color: #531B14;
}
.AnyTagClassName
{
color: #531B14;
}
</style>
background-color css
<style>
a { background-color: #531B14; }
a { background-color: rgb(83,27,20); }
div.DivClassName
{
background-color: #531B14;
}
.BgClassName
{
background-color: #531B14;
}
</style>
border-color css
<style>
span { border-color: #531B14; }
span { border-color: rgb(83,27,20); }
td.TdClassName
{
border-color: #531B14;
}
.TagClassName
{
border-color: #531B14;
}
</style>