Shades of Red Oxide #530E09
Tints of Red Oxide #530E09
RGB
CMYK
RGB Variations
Color information
#530E09 (or 0x530E09) is known color: Red Oxide. HEX triplet: 53, 0E and 09. RGB value is (83,14,9). Sum of RGB (Red+Green+Blue) = 83+14+9=106 (14% of max value = 765). Red value is 83 (32.81% from 255 or 78.30% from 106); Green value is 14 (5.86% from 255 or 13.21% from 106); Blue value is 9 (3.91% from 255 or 8.49% from 106); Max value from RGB is 83 - color contains mainly: red. Hex color #530E09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530E09 is #ACF1F6. Grayscale: #222222. Windows color (decimal): -11334135 or 593491. OLE color: 593491.
HSL color Cylindrical-coordinate representation of color #530E09: hue angle of 4.05º 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 #530E09 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 14 | 9 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.67 |
| HSL | 4.05º | 0.8% | 0.18% | - |
| HSV(B) | 4.05º | 0.89% | 0.33% | - |
| XYZ | 3.77 | 2.17 | 0.48 | - |
| YUV | 34.06 | 113.86 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 14 | 9 | 0 | 0.83 | 0.89 | 0.67 | 4.05 | 0.8 | 0.18 |
| Hex | 53 | E | 9 | 0 | 53 | 59 | 43 | 4 | 50 | 12 |
| Octal | 123 | 16 | 11 | 0 | 123 | 131 | 103 | 4 | 120 | 22 |
| Binary | 1010011 | 1110 | 1001 | 0 | 1010011 | 1011001 | 1000011 | 100 | 1010000 | 10010 |
Color Harmonies of #530E09
Complementary color
Monochromatic Colors of #530E09
Black with #530E09
Text Example
Text Example
White with #530E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530E09; }
p { color: rgb(83,14,9); }
H1.HeaderClassName
{
color: #530E09;
}
.AnyTagClassName
{
color: #530E09;
}
</style>
background-color css
<style>
a { background-color: #530E09; }
a { background-color: rgb(83,14,9); }
div.DivClassName
{
background-color: #530E09;
}
.BgClassName
{
background-color: #530E09;
}
</style>
border-color css
<style>
span { border-color: #530E09; }
span { border-color: rgb(83,14,9); }
td.TdClassName
{
border-color: #530E09;
}
.TagClassName
{
border-color: #530E09;
}
</style>