Shades of Red Oxide #671F10
Tints of Red Oxide #671F10
RGB
CMYK
RGB Variations
Color information
#671F10 (or 0x671F10) is known color: Red Oxide. HEX triplet: 67, 1F and 10. RGB value is (103,31,16). Sum of RGB (Red+Green+Blue) = 103+31+16=150 (19% of max value = 765). Red value is 103 (40.62% from 255 or 68.67% from 150); Green value is 31 (12.5% from 255 or 20.67% from 150); Blue value is 16 (6.64% from 255 or 10.67% from 150); Max value from RGB is 103 - color contains mainly: red. Hex color #671F10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671F10 is #98E0EF. Grayscale: #323232. Windows color (decimal): -10019056 or 1056615. OLE color: 1056615.
HSL color Cylindrical-coordinate representation of color #671F10: hue angle of 10.34º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #671F10 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 31 | 16 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.60 |
| HSL | 10.34º | 0.73% | 0.23% | - |
| HSV(B) | 10.34º | 0.84% | 0.4% | - |
| XYZ | 6.18 | 3.9 | 0.92 | - |
| YUV | 50.82 | 108.35 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 31 | 16 | 0 | 0.70 | 0.84 | 0.60 | 10.34 | 0.73 | 0.23 |
| Hex | 67 | 1F | 10 | 0 | 46 | 54 | 3C | A | 49 | 17 |
| Octal | 147 | 37 | 20 | 0 | 106 | 124 | 74 | 12 | 111 | 27 |
| Binary | 1100111 | 11111 | 10000 | 0 | 1000110 | 1010100 | 111100 | 1010 | 1001001 | 10111 |
Color Harmonies of #671F10
Complementary color
Monochromatic Colors of #671F10
Black with #671F10
Text Example
Text Example
White with #671F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671F10; }
p { color: rgb(103,31,16); }
H1.HeaderClassName
{
color: #671F10;
}
.AnyTagClassName
{
color: #671F10;
}
</style>
background-color css
<style>
a { background-color: #671F10; }
a { background-color: rgb(103,31,16); }
div.DivClassName
{
background-color: #671F10;
}
.BgClassName
{
background-color: #671F10;
}
</style>
border-color css
<style>
span { border-color: #671F10; }
span { border-color: rgb(103,31,16); }
td.TdClassName
{
border-color: #671F10;
}
.TagClassName
{
border-color: #671F10;
}
</style>