Shades of Red Oxide #681D13
Tints of Red Oxide #681D13
RGB
CMYK
RGB Variations
Color information
#681D13 (or 0x681D13) is known color: Red Oxide. HEX triplet: 68, 1D and 13. RGB value is (104,29,19). Sum of RGB (Red+Green+Blue) = 104+29+19=152 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.42% from 152); Green value is 29 (11.72% from 255 or 19.08% from 152); Blue value is 19 (7.81% from 255 or 12.5% from 152); Max value from RGB is 104 - color contains mainly: red. Hex color #681D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681D13 is #97E2EC. Grayscale: #323232. Windows color (decimal): -9954029 or 1252712. OLE color: 1252712.
HSL color Cylindrical-coordinate representation of color #681D13: hue angle of 7.06º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #681D13 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 29 | 19 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.59 |
| HSL | 7.06º | 0.69% | 0.24% | - |
| HSV(B) | 7.06º | 0.82% | 0.41% | - |
| XYZ | 6.27 | 3.87 | 1.03 | - |
| YUV | 50.29 | 110.35 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 29 | 19 | 0 | 0.72 | 0.82 | 0.59 | 7.06 | 0.69 | 0.24 |
| Hex | 68 | 1D | 13 | 0 | 48 | 52 | 3B | 7 | 45 | 18 |
| Octal | 150 | 35 | 23 | 0 | 110 | 122 | 73 | 7 | 105 | 30 |
| Binary | 1101000 | 11101 | 10011 | 0 | 1001000 | 1010010 | 111011 | 111 | 1000101 | 11000 |
Color Harmonies of #681D13
Complementary color
Monochromatic Colors of #681D13
Black with #681D13
Text Example
Text Example
White with #681D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681D13; }
p { color: rgb(104,29,19); }
H1.HeaderClassName
{
color: #681D13;
}
.AnyTagClassName
{
color: #681D13;
}
</style>
background-color css
<style>
a { background-color: #681D13; }
a { background-color: rgb(104,29,19); }
div.DivClassName
{
background-color: #681D13;
}
.BgClassName
{
background-color: #681D13;
}
</style>
border-color css
<style>
span { border-color: #681D13; }
span { border-color: rgb(104,29,19); }
td.TdClassName
{
border-color: #681D13;
}
.TagClassName
{
border-color: #681D13;
}
</style>