Shades of Red Oxide #530D07
Tints of Red Oxide #530D07
RGB
CMYK
RGB Variations
Color information
#530D07 (or 0x530D07) is known color: Red Oxide. HEX triplet: 53, 0D and 07. RGB value is (83,13,7). Sum of RGB (Red+Green+Blue) = 83+13+7=103 (13% of max value = 765). Red value is 83 (32.81% from 255 or 80.58% from 103); Green value is 13 (5.47% from 255 or 12.62% from 103); Blue value is 7 (3.12% from 255 or 6.80% from 103); Max value from RGB is 83 - color contains mainly: red. Hex color #530D07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530D07 is #ACF2F8. Grayscale: #212121. Windows color (decimal): -11334393 or 462163. OLE color: 462163.
HSL color Cylindrical-coordinate representation of color #530D07: hue angle of 4.74º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #530D07 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 13 | 7 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.67 |
| HSL | 4.74º | 0.84% | 0.18% | - |
| HSV(B) | 4.74º | 0.92% | 0.33% | - |
| XYZ | 3.75 | 2.14 | 0.42 | - |
| YUV | 33.25 | 113.19 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 13 | 7 | 0 | 0.84 | 0.92 | 0.67 | 4.74 | 0.84 | 0.18 |
| Hex | 53 | D | 7 | 0 | 54 | 5C | 43 | 5 | 54 | 12 |
| Octal | 123 | 15 | 7 | 0 | 124 | 134 | 103 | 5 | 124 | 22 |
| Binary | 1010011 | 1101 | 111 | 0 | 1010100 | 1011100 | 1000011 | 101 | 1010100 | 10010 |
Color Harmonies of #530D07
Complementary color
Monochromatic Colors of #530D07
Black with #530D07
Text Example
Text Example
White with #530D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530D07; }
p { color: rgb(83,13,7); }
H1.HeaderClassName
{
color: #530D07;
}
.AnyTagClassName
{
color: #530D07;
}
</style>
background-color css
<style>
a { background-color: #530D07; }
a { background-color: rgb(83,13,7); }
div.DivClassName
{
background-color: #530D07;
}
.BgClassName
{
background-color: #530D07;
}
</style>
border-color css
<style>
span { border-color: #530D07; }
span { border-color: rgb(83,13,7); }
td.TdClassName
{
border-color: #530D07;
}
.TagClassName
{
border-color: #530D07;
}
</style>