Shades of Red Oxide #530D00
Tints of Red Oxide #530D00
RGB
CMYK
RGB Variations
Color information
#530D00 (or 0x530D00) is known color: Red Oxide. HEX triplet: 53, 0D and 00. RGB value is (83,13,0). Sum of RGB (Red+Green+Blue) = 83+13+0=96 (12% of max value = 765). Red value is 83 (32.81% from 255 or 86.46% from 96); Green value is 13 (5.47% from 255 or 13.54% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 83 - color contains mainly: red. Hex color #530D00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530D00 is #ACF2FF. Grayscale: #202020. Windows color (decimal): -11334400 or 3411. OLE color: 3411.
HSL color Cylindrical-coordinate representation of color #530D00: hue angle of 9.4º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #530D00 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 13 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.67 |
| HSL | 9.4º | 1% | 0.16% | - |
| HSV(B) | 9.4º | 1% | 0.33% | - |
| XYZ | 3.71 | 2.13 | 0.21 | - |
| YUV | 32.45 | 109.69 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 13 | 0 | 0 | 0.84 | 1 | 0.67 | 9.4 | 1 | 0.16 |
| Hex | 53 | D | 0 | 0 | 54 | 64 | 43 | 9 | 64 | 10 |
| Octal | 123 | 15 | 0 | 0 | 124 | 144 | 103 | 11 | 144 | 20 |
| Binary | 1010011 | 1101 | 0 | 0 | 1010100 | 1100100 | 1000011 | 1001 | 1100100 | 10000 |
Color Harmonies of #530D00
Complementary color
Monochromatic Colors of #530D00
Black with #530D00
Text Example
Text Example
White with #530D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530D00; }
p { color: rgb(83,13,0); }
H1.HeaderClassName
{
color: #530D00;
}
.AnyTagClassName
{
color: #530D00;
}
</style>
background-color css
<style>
a { background-color: #530D00; }
a { background-color: rgb(83,13,0); }
div.DivClassName
{
background-color: #530D00;
}
.BgClassName
{
background-color: #530D00;
}
</style>
border-color css
<style>
span { border-color: #530D00; }
span { border-color: rgb(83,13,0); }
td.TdClassName
{
border-color: #530D00;
}
.TagClassName
{
border-color: #530D00;
}
</style>