Shades of Red Oxide #531C17
Tints of Red Oxide #531C17
RGB
CMYK
RGB Variations
Color information
#531C17 (or 0x531C17) is known color: Red Oxide. HEX triplet: 53, 1C and 17. RGB value is (83,28,23). Sum of RGB (Red+Green+Blue) = 83+28+23=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 28 (11.33% from 255 or 20.90% from 134); Blue value is 23 (9.38% from 255 or 17.16% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #531C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531C17 is #ACE3E8. Grayscale: #2B2B2B. Windows color (decimal): -11330537 or 1514579. OLE color: 1514579.
HSL color Cylindrical-coordinate representation of color #531C17: hue angle of 5º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #531C17 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 28 | 23 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.67 |
| HSL | 5º | 0.57% | 0.21% | - |
| HSV(B) | 5º | 0.72% | 0.33% | - |
| XYZ | 4.14 | 2.73 | 1.12 | - |
| YUV | 43.88 | 116.22 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 28 | 23 | 0 | 0.66 | 0.72 | 0.67 | 5 | 0.57 | 0.21 |
| Hex | 53 | 1C | 17 | 0 | 42 | 48 | 43 | 5 | 39 | 15 |
| Octal | 123 | 34 | 27 | 0 | 102 | 110 | 103 | 5 | 71 | 25 |
| Binary | 1010011 | 11100 | 10111 | 0 | 1000010 | 1001000 | 1000011 | 101 | 111001 | 10101 |
Color Harmonies of #531C17
Complementary color
Monochromatic Colors of #531C17
Black with #531C17
Text Example
Text Example
White with #531C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531C17; }
p { color: rgb(83,28,23); }
H1.HeaderClassName
{
color: #531C17;
}
.AnyTagClassName
{
color: #531C17;
}
</style>
background-color css
<style>
a { background-color: #531C17; }
a { background-color: rgb(83,28,23); }
div.DivClassName
{
background-color: #531C17;
}
.BgClassName
{
background-color: #531C17;
}
</style>
border-color css
<style>
span { border-color: #531C17; }
span { border-color: rgb(83,28,23); }
td.TdClassName
{
border-color: #531C17;
}
.TagClassName
{
border-color: #531C17;
}
</style>