Shades of Red Oxide #500D07
Tints of Red Oxide #500D07
RGB
CMYK
RGB Variations
Color information
#500D07 (or 0x500D07) is known color: Red Oxide. HEX triplet: 50, 0D and 07. RGB value is (80,13,7). Sum of RGB (Red+Green+Blue) = 80+13+7=100 (13% of max value = 765). Red value is 80 (31.64% from 255 or 80% from 100); Green value is 13 (5.47% from 255 or 13% from 100); Blue value is 7 (3.12% from 255 or 7% from 100); Max value from RGB is 80 - color contains mainly: red. Hex color #500D07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500D07 is #AFF2F8. Grayscale: #202020. Windows color (decimal): -11531001 or 462160. OLE color: 462160.
HSL color Cylindrical-coordinate representation of color #500D07: hue angle of 4.93º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #500D07 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 13 | 7 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.69 |
| HSL | 4.93º | 0.84% | 0.17% | - |
| HSV(B) | 4.93º | 0.91% | 0.31% | - |
| XYZ | 3.49 | 2.01 | 0.4 | - |
| YUV | 32.35 | 113.7 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 13 | 7 | 0 | 0.84 | 0.91 | 0.69 | 4.93 | 0.84 | 0.17 |
| Hex | 50 | D | 7 | 0 | 54 | 5B | 45 | 5 | 54 | 11 |
| Octal | 120 | 15 | 7 | 0 | 124 | 133 | 105 | 5 | 124 | 21 |
| Binary | 1010000 | 1101 | 111 | 0 | 1010100 | 1011011 | 1000101 | 101 | 1010100 | 10001 |
Color Harmonies of #500D07
Complementary color
Monochromatic Colors of #500D07
Black with #500D07
Text Example
Text Example
White with #500D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500D07; }
p { color: rgb(80,13,7); }
H1.HeaderClassName
{
color: #500D07;
}
.AnyTagClassName
{
color: #500D07;
}
</style>
background-color css
<style>
a { background-color: #500D07; }
a { background-color: rgb(80,13,7); }
div.DivClassName
{
background-color: #500D07;
}
.BgClassName
{
background-color: #500D07;
}
</style>
border-color css
<style>
span { border-color: #500D07; }
span { border-color: rgb(80,13,7); }
td.TdClassName
{
border-color: #500D07;
}
.TagClassName
{
border-color: #500D07;
}
</style>