Shades of Red Oxide #531C14
Tints of Red Oxide #531C14
RGB
CMYK
RGB Variations
Color information
#531C14 (or 0x531C14) is known color: Red Oxide. HEX triplet: 53, 1C and 14. RGB value is (83,28,20). Sum of RGB (Red+Green+Blue) = 83+28+20=131 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.36% from 131); Green value is 28 (11.33% from 255 or 21.37% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 83 - color contains mainly: red. Hex color #531C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531C14 is #ACE3EB. Grayscale: #2B2B2B. Windows color (decimal): -11330540 or 1317971. OLE color: 1317971.
HSL color Cylindrical-coordinate representation of color #531C14: hue angle of 7.62º 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 #531C14 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 28 | 20 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.67 |
| HSL | 7.62º | 0.61% | 0.2% | - |
| HSV(B) | 7.62º | 0.76% | 0.33% | - |
| XYZ | 4.11 | 2.72 | 0.97 | - |
| YUV | 43.53 | 114.72 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 28 | 20 | 0 | 0.66 | 0.76 | 0.67 | 7.62 | 0.61 | 0.2 |
| Hex | 53 | 1C | 14 | 0 | 42 | 4C | 43 | 8 | 3D | 14 |
| Octal | 123 | 34 | 24 | 0 | 102 | 114 | 103 | 10 | 75 | 24 |
| Binary | 1010011 | 11100 | 10100 | 0 | 1000010 | 1001100 | 1000011 | 1000 | 111101 | 10100 |
Color Harmonies of #531C14
Complementary color
Monochromatic Colors of #531C14
Black with #531C14
Text Example
Text Example
White with #531C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531C14; }
p { color: rgb(83,28,20); }
H1.HeaderClassName
{
color: #531C14;
}
.AnyTagClassName
{
color: #531C14;
}
</style>
background-color css
<style>
a { background-color: #531C14; }
a { background-color: rgb(83,28,20); }
div.DivClassName
{
background-color: #531C14;
}
.BgClassName
{
background-color: #531C14;
}
</style>
border-color css
<style>
span { border-color: #531C14; }
span { border-color: rgb(83,28,20); }
td.TdClassName
{
border-color: #531C14;
}
.TagClassName
{
border-color: #531C14;
}
</style>