Shades of Red Oxide #681A13
Tints of Red Oxide #681A13
RGB
CMYK
RGB Variations
Color information
#681A13 (or 0x681A13) is known color: Red Oxide. HEX triplet: 68, 1A and 13. RGB value is (104,26,19). Sum of RGB (Red+Green+Blue) = 104+26+19=149 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.80% from 149); Green value is 26 (10.55% from 255 or 17.45% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 104 - color contains mainly: red. Hex color #681A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681A13 is #97E5EC. Grayscale: #303030. Windows color (decimal): -9954797 or 1251944. OLE color: 1251944.
HSL color Cylindrical-coordinate representation of color #681A13: hue angle of 4.94º 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 #681A13 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 26 | 19 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.59 |
| HSL | 4.94º | 0.69% | 0.24% | - |
| HSV(B) | 4.94º | 0.82% | 0.41% | - |
| XYZ | 6.2 | 3.73 | 1.01 | - |
| YUV | 48.52 | 111.34 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 26 | 19 | 0 | 0.75 | 0.82 | 0.59 | 4.94 | 0.69 | 0.24 |
| Hex | 68 | 1A | 13 | 0 | 4B | 52 | 3B | 5 | 45 | 18 |
| Octal | 150 | 32 | 23 | 0 | 113 | 122 | 73 | 5 | 105 | 30 |
| Binary | 1101000 | 11010 | 10011 | 0 | 1001011 | 1010010 | 111011 | 101 | 1000101 | 11000 |
Color Harmonies of #681A13
Complementary color
Monochromatic Colors of #681A13
Black with #681A13
Text Example
Text Example
White with #681A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681A13; }
p { color: rgb(104,26,19); }
H1.HeaderClassName
{
color: #681A13;
}
.AnyTagClassName
{
color: #681A13;
}
</style>
background-color css
<style>
a { background-color: #681A13; }
a { background-color: rgb(104,26,19); }
div.DivClassName
{
background-color: #681A13;
}
.BgClassName
{
background-color: #681A13;
}
</style>
border-color css
<style>
span { border-color: #681A13; }
span { border-color: rgb(104,26,19); }
td.TdClassName
{
border-color: #681A13;
}
.TagClassName
{
border-color: #681A13;
}
</style>