Shades of Red Oxide #671D0E
Tints of Red Oxide #671D0E
RGB
CMYK
RGB Variations
Color information
#671D0E (or 0x671D0E) is known color: Red Oxide. HEX triplet: 67, 1D and 0E. RGB value is (103,29,14). Sum of RGB (Red+Green+Blue) = 103+29+14=146 (19% of max value = 765). Red value is 103 (40.62% from 255 or 70.55% from 146); Green value is 29 (11.72% from 255 or 19.86% from 146); Blue value is 14 (5.86% from 255 or 9.59% from 146); Max value from RGB is 103 - color contains mainly: red. Hex color #671D0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671D0E is #98E2F1. Grayscale: #313131. Windows color (decimal): -10019570 or 925031. OLE color: 925031.
HSL color Cylindrical-coordinate representation of color #671D0E: hue angle of 10.11º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #671D0E is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 29 | 14 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.60 |
| HSL | 10.11º | 0.76% | 0.23% | - |
| HSV(B) | 10.11º | 0.86% | 0.4% | - |
| XYZ | 6.11 | 3.79 | 0.83 | - |
| YUV | 49.42 | 108.02 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 29 | 14 | 0 | 0.72 | 0.86 | 0.60 | 10.11 | 0.76 | 0.23 |
| Hex | 67 | 1D | E | 0 | 48 | 56 | 3C | A | 4C | 17 |
| Octal | 147 | 35 | 16 | 0 | 110 | 126 | 74 | 12 | 114 | 27 |
| Binary | 1100111 | 11101 | 1110 | 0 | 1001000 | 1010110 | 111100 | 1010 | 1001100 | 10111 |
Color Harmonies of #671D0E
Complementary color
Monochromatic Colors of #671D0E
Black with #671D0E
Text Example
Text Example
White with #671D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671D0E; }
p { color: rgb(103,29,14); }
H1.HeaderClassName
{
color: #671D0E;
}
.AnyTagClassName
{
color: #671D0E;
}
</style>
background-color css
<style>
a { background-color: #671D0E; }
a { background-color: rgb(103,29,14); }
div.DivClassName
{
background-color: #671D0E;
}
.BgClassName
{
background-color: #671D0E;
}
</style>
border-color css
<style>
span { border-color: #671D0E; }
span { border-color: rgb(103,29,14); }
td.TdClassName
{
border-color: #671D0E;
}
.TagClassName
{
border-color: #671D0E;
}
</style>