Shades of Red Oxide #671F1D
Tints of Red Oxide #671F1D
RGB
CMYK
RGB Variations
Color information
#671F1D (or 0x671F1D) is known color: Red Oxide. HEX triplet: 67, 1F and 1D. RGB value is (103,31,29). Sum of RGB (Red+Green+Blue) = 103+31+29=163 (21% of max value = 765). Red value is 103 (40.62% from 255 or 63.19% from 163); Green value is 31 (12.5% from 255 or 19.02% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 103 - color contains mainly: red. Hex color #671F1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671F1D is #98E0E2. Grayscale: #343434. Windows color (decimal): -10019043 or 1908583. OLE color: 1908583.
HSL color Cylindrical-coordinate representation of color #671F1D: hue angle of 1.62º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #671F1D is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 31 | 29 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.60 |
| HSL | 1.62º | 0.56% | 0.26% | - |
| HSV(B) | 1.62º | 0.72% | 0.4% | - |
| XYZ | 6.31 | 3.95 | 1.59 | - |
| YUV | 52.3 | 114.85 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 31 | 29 | 0 | 0.70 | 0.72 | 0.60 | 1.62 | 0.56 | 0.26 |
| Hex | 67 | 1F | 1D | 0 | 46 | 48 | 3C | 2 | 38 | 1A |
| Octal | 147 | 37 | 35 | 0 | 106 | 110 | 74 | 2 | 70 | 32 |
| Binary | 1100111 | 11111 | 11101 | 0 | 1000110 | 1001000 | 111100 | 10 | 111000 | 11010 |
Color Harmonies of #671F1D
Complementary color
Monochromatic Colors of #671F1D
Black with #671F1D
Text Example
Text Example
White with #671F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671F1D; }
p { color: rgb(103,31,29); }
H1.HeaderClassName
{
color: #671F1D;
}
.AnyTagClassName
{
color: #671F1D;
}
</style>
background-color css
<style>
a { background-color: #671F1D; }
a { background-color: rgb(103,31,29); }
div.DivClassName
{
background-color: #671F1D;
}
.BgClassName
{
background-color: #671F1D;
}
</style>
border-color css
<style>
span { border-color: #671F1D; }
span { border-color: rgb(103,31,29); }
td.TdClassName
{
border-color: #671F1D;
}
.TagClassName
{
border-color: #671F1D;
}
</style>