Shades of Red Oxide #671D0A
Tints of Red Oxide #671D0A
RGB
CMYK
RGB Variations
Color information
#671D0A (or 0x671D0A) is known color: Red Oxide. HEX triplet: 67, 1D and 0A. RGB value is (103,29,10). Sum of RGB (Red+Green+Blue) = 103+29+10=142 (18% of max value = 765). Red value is 103 (40.62% from 255 or 72.54% from 142); Green value is 29 (11.72% from 255 or 20.42% from 142); Blue value is 10 (4.30% from 255 or 7.04% from 142); Max value from RGB is 103 - color contains mainly: red. Hex color #671D0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671D0A is #98E2F5. Grayscale: #313131. Windows color (decimal): -10019574 or 662887. OLE color: 662887.
HSL color Cylindrical-coordinate representation of color #671D0A: hue angle of 12.26º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #671D0A is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 29 | 10 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.60 |
| HSL | 12.26º | 0.82% | 0.22% | - |
| HSV(B) | 12.26º | 0.9% | 0.4% | - |
| XYZ | 6.09 | 3.78 | 0.7 | - |
| YUV | 48.96 | 106.02 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 29 | 10 | 0 | 0.72 | 0.90 | 0.60 | 12.26 | 0.82 | 0.22 |
| Hex | 67 | 1D | A | 0 | 48 | 5A | 3C | C | 52 | 16 |
| Octal | 147 | 35 | 12 | 0 | 110 | 132 | 74 | 14 | 122 | 26 |
| Binary | 1100111 | 11101 | 1010 | 0 | 1001000 | 1011010 | 111100 | 1100 | 1010010 | 10110 |
Color Harmonies of #671D0A
Complementary color
Monochromatic Colors of #671D0A
Black with #671D0A
Text Example
Text Example
White with #671D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671D0A; }
p { color: rgb(103,29,10); }
H1.HeaderClassName
{
color: #671D0A;
}
.AnyTagClassName
{
color: #671D0A;
}
</style>
background-color css
<style>
a { background-color: #671D0A; }
a { background-color: rgb(103,29,10); }
div.DivClassName
{
background-color: #671D0A;
}
.BgClassName
{
background-color: #671D0A;
}
</style>
border-color css
<style>
span { border-color: #671D0A; }
span { border-color: rgb(103,29,10); }
td.TdClassName
{
border-color: #671D0A;
}
.TagClassName
{
border-color: #671D0A;
}
</style>