Shades of Red Oxide #681403
Tints of Red Oxide #681403
RGB
CMYK
RGB Variations
Color information
#681403 (or 0x681403) is known color: Red Oxide. HEX triplet: 68, 14 and 03. RGB value is (104,20,3). Sum of RGB (Red+Green+Blue) = 104+20+3=127 (16% of max value = 765). Red value is 104 (41.02% from 255 or 81.89% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 3 (1.56% from 255 or 2.36% from 127); Max value from RGB is 104 - color contains mainly: red. Hex color #681403 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681403 is #97EBFC. Grayscale: #2B2B2B. Windows color (decimal): -9956349 or 201832. OLE color: 201832.
HSL color Cylindrical-coordinate representation of color #681403: hue angle of 10.1º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #681403 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 20 | 3 | - |
| CMYK | 0 | 0.81 | 0.97 | 0.59 |
| HSL | 10.1º | 0.94% | 0.21% | - |
| HSV(B) | 10.1º | 0.97% | 0.41% | - |
| XYZ | 5.98 | 3.45 | 0.44 | - |
| YUV | 43.18 | 105.33 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 20 | 3 | 0 | 0.81 | 0.97 | 0.59 | 10.1 | 0.94 | 0.21 |
| Hex | 68 | 14 | 3 | 0 | 51 | 61 | 3B | A | 5E | 15 |
| Octal | 150 | 24 | 3 | 0 | 121 | 141 | 73 | 12 | 136 | 25 |
| Binary | 1101000 | 10100 | 11 | 0 | 1010001 | 1100001 | 111011 | 1010 | 1011110 | 10101 |
Color Harmonies of #681403
Complementary color
Monochromatic Colors of #681403
Black with #681403
Text Example
Text Example
White with #681403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681403; }
p { color: rgb(104,20,3); }
H1.HeaderClassName
{
color: #681403;
}
.AnyTagClassName
{
color: #681403;
}
</style>
background-color css
<style>
a { background-color: #681403; }
a { background-color: rgb(104,20,3); }
div.DivClassName
{
background-color: #681403;
}
.BgClassName
{
background-color: #681403;
}
</style>
border-color css
<style>
span { border-color: #681403; }
span { border-color: rgb(104,20,3); }
td.TdClassName
{
border-color: #681403;
}
.TagClassName
{
border-color: #681403;
}
</style>