Shades of Red Oxide #671D0D
Tints of Red Oxide #671D0D
RGB
CMYK
RGB Variations
Color information
#671D0D (or 0x671D0D) is known color: Red Oxide. HEX triplet: 67, 1D and 0D. RGB value is (103,29,13). Sum of RGB (Red+Green+Blue) = 103+29+13=145 (19% of max value = 765). Red value is 103 (40.62% from 255 or 71.03% from 145); Green value is 29 (11.72% from 255 or 20% from 145); Blue value is 13 (5.47% from 255 or 8.97% from 145); Max value from RGB is 103 - color contains mainly: red. Hex color #671D0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671D0D is #98E2F2. Grayscale: #313131. Windows color (decimal): -10019571 or 859495. OLE color: 859495.
HSL color Cylindrical-coordinate representation of color #671D0D: hue angle of 10.67º 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 #671D0D is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 29 | 13 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.60 |
| HSL | 10.67º | 0.78% | 0.23% | - |
| HSV(B) | 10.67º | 0.87% | 0.4% | - |
| XYZ | 6.11 | 3.79 | 0.79 | - |
| YUV | 49.3 | 107.52 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 29 | 13 | 0 | 0.72 | 0.87 | 0.60 | 10.67 | 0.78 | 0.23 |
| Hex | 67 | 1D | D | 0 | 48 | 57 | 3C | B | 4E | 17 |
| Octal | 147 | 35 | 15 | 0 | 110 | 127 | 74 | 13 | 116 | 27 |
| Binary | 1100111 | 11101 | 1101 | 0 | 1001000 | 1010111 | 111100 | 1011 | 1001110 | 10111 |
Color Harmonies of #671D0D
Complementary color
Monochromatic Colors of #671D0D
Black with #671D0D
Text Example
Text Example
White with #671D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671D0D; }
p { color: rgb(103,29,13); }
H1.HeaderClassName
{
color: #671D0D;
}
.AnyTagClassName
{
color: #671D0D;
}
</style>
background-color css
<style>
a { background-color: #671D0D; }
a { background-color: rgb(103,29,13); }
div.DivClassName
{
background-color: #671D0D;
}
.BgClassName
{
background-color: #671D0D;
}
</style>
border-color css
<style>
span { border-color: #671D0D; }
span { border-color: rgb(103,29,13); }
td.TdClassName
{
border-color: #671D0D;
}
.TagClassName
{
border-color: #671D0D;
}
</style>