Shades of Red Oxide #531C15
Tints of Red Oxide #531C15
RGB
CMYK
RGB Variations
Color information
#531C15 (or 0x531C15) is known color: Red Oxide. HEX triplet: 53, 1C and 15. RGB value is (83,28,21). Sum of RGB (Red+Green+Blue) = 83+28+21=132 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.88% from 132); Green value is 28 (11.33% from 255 or 21.21% from 132); Blue value is 21 (8.59% from 255 or 15.91% from 132); Max value from RGB is 83 - color contains mainly: red. Hex color #531C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531C15 is #ACE3EA. Grayscale: #2B2B2B. Windows color (decimal): -11330539 or 1383507. OLE color: 1383507.
HSL color Cylindrical-coordinate representation of color #531C15: hue angle of 6.77º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #531C15 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 28 | 21 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.67 |
| HSL | 6.77º | 0.6% | 0.2% | - |
| HSV(B) | 6.77º | 0.75% | 0.33% | - |
| XYZ | 4.12 | 2.72 | 1.02 | - |
| YUV | 43.65 | 115.22 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 28 | 21 | 0 | 0.66 | 0.75 | 0.67 | 6.77 | 0.6 | 0.2 |
| Hex | 53 | 1C | 15 | 0 | 42 | 4B | 43 | 7 | 3C | 14 |
| Octal | 123 | 34 | 25 | 0 | 102 | 113 | 103 | 7 | 74 | 24 |
| Binary | 1010011 | 11100 | 10101 | 0 | 1000010 | 1001011 | 1000011 | 111 | 111100 | 10100 |
Color Harmonies of #531C15
Complementary color
Monochromatic Colors of #531C15
Black with #531C15
Text Example
Text Example
White with #531C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531C15; }
p { color: rgb(83,28,21); }
H1.HeaderClassName
{
color: #531C15;
}
.AnyTagClassName
{
color: #531C15;
}
</style>
background-color css
<style>
a { background-color: #531C15; }
a { background-color: rgb(83,28,21); }
div.DivClassName
{
background-color: #531C15;
}
.BgClassName
{
background-color: #531C15;
}
</style>
border-color css
<style>
span { border-color: #531C15; }
span { border-color: rgb(83,28,21); }
td.TdClassName
{
border-color: #531C15;
}
.TagClassName
{
border-color: #531C15;
}
</style>