Shades of Red Oxide #530D09
Tints of Red Oxide #530D09
RGB
CMYK
RGB Variations
Color information
#530D09 (or 0x530D09) is known color: Red Oxide. HEX triplet: 53, 0D and 09. RGB value is (83,13,9). Sum of RGB (Red+Green+Blue) = 83+13+9=105 (13% of max value = 765). Red value is 83 (32.81% from 255 or 79.05% from 105); Green value is 13 (5.47% from 255 or 12.38% from 105); Blue value is 9 (3.91% from 255 or 8.57% from 105); Max value from RGB is 83 - color contains mainly: red. Hex color #530D09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530D09 is #ACF2F6. Grayscale: #212121. Windows color (decimal): -11334391 or 593235. OLE color: 593235.
HSL color Cylindrical-coordinate representation of color #530D09: hue angle of 3.24º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #530D09 is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 13 | 9 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.67 |
| HSL | 3.24º | 0.8% | 0.18% | - |
| HSV(B) | 3.24º | 0.89% | 0.33% | - |
| XYZ | 3.76 | 2.15 | 0.47 | - |
| YUV | 33.47 | 114.19 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 13 | 9 | 0 | 0.84 | 0.89 | 0.67 | 3.24 | 0.8 | 0.18 |
| Hex | 53 | D | 9 | 0 | 54 | 59 | 43 | 3 | 50 | 12 |
| Octal | 123 | 15 | 11 | 0 | 124 | 131 | 103 | 3 | 120 | 22 |
| Binary | 1010011 | 1101 | 1001 | 0 | 1010100 | 1011001 | 1000011 | 11 | 1010000 | 10010 |
Color Harmonies of #530D09
Complementary color
Monochromatic Colors of #530D09
Black with #530D09
Text Example
Text Example
White with #530D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530D09; }
p { color: rgb(83,13,9); }
H1.HeaderClassName
{
color: #530D09;
}
.AnyTagClassName
{
color: #530D09;
}
</style>
background-color css
<style>
a { background-color: #530D09; }
a { background-color: rgb(83,13,9); }
div.DivClassName
{
background-color: #530D09;
}
.BgClassName
{
background-color: #530D09;
}
</style>
border-color css
<style>
span { border-color: #530D09; }
span { border-color: rgb(83,13,9); }
td.TdClassName
{
border-color: #530D09;
}
.TagClassName
{
border-color: #530D09;
}
</style>