Shades of Red Oxide #671F0D
Tints of Red Oxide #671F0D
RGB
CMYK
RGB Variations
Color information
#671F0D (or 0x671F0D) is known color: Red Oxide. HEX triplet: 67, 1F and 0D. RGB value is (103,31,13). Sum of RGB (Red+Green+Blue) = 103+31+13=147 (19% of max value = 765). Red value is 103 (40.62% from 255 or 70.07% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 103 - color contains mainly: red. Hex color #671F0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671F0D is #98E0F2. Grayscale: #323232. Windows color (decimal): -10019059 or 860007. OLE color: 860007.
HSL color Cylindrical-coordinate representation of color #671F0D: hue angle of 12º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #671F0D is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 31 | 13 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.60 |
| HSL | 12º | 0.78% | 0.23% | - |
| HSV(B) | 12º | 0.87% | 0.4% | - |
| XYZ | 6.16 | 3.89 | 0.81 | - |
| YUV | 50.48 | 106.85 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 31 | 13 | 0 | 0.70 | 0.87 | 0.60 | 12 | 0.78 | 0.23 |
| Hex | 67 | 1F | D | 0 | 46 | 57 | 3C | C | 4E | 17 |
| Octal | 147 | 37 | 15 | 0 | 106 | 127 | 74 | 14 | 116 | 27 |
| Binary | 1100111 | 11111 | 1101 | 0 | 1000110 | 1010111 | 111100 | 1100 | 1001110 | 10111 |
Color Harmonies of #671F0D
Complementary color
Monochromatic Colors of #671F0D
Black with #671F0D
Text Example
Text Example
White with #671F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671F0D; }
p { color: rgb(103,31,13); }
H1.HeaderClassName
{
color: #671F0D;
}
.AnyTagClassName
{
color: #671F0D;
}
</style>
background-color css
<style>
a { background-color: #671F0D; }
a { background-color: rgb(103,31,13); }
div.DivClassName
{
background-color: #671F0D;
}
.BgClassName
{
background-color: #671F0D;
}
</style>
border-color css
<style>
span { border-color: #671F0D; }
span { border-color: rgb(103,31,13); }
td.TdClassName
{
border-color: #671F0D;
}
.TagClassName
{
border-color: #671F0D;
}
</style>