Shades of Red Oxide #671D0C
Tints of Red Oxide #671D0C
RGB
CMYK
RGB Variations
Color information
#671D0C (or 0x671D0C) is known color: Red Oxide. HEX triplet: 67, 1D and 0C. RGB value is (103,29,12). Sum of RGB (Red+Green+Blue) = 103+29+12=144 (19% of max value = 765). Red value is 103 (40.62% from 255 or 71.53% from 144); Green value is 29 (11.72% from 255 or 20.14% from 144); Blue value is 12 (5.08% from 255 or 8.33% from 144); Max value from RGB is 103 - color contains mainly: red. Hex color #671D0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671D0C is #98E2F3. Grayscale: #313131. Windows color (decimal): -10019572 or 793959. OLE color: 793959.
HSL color Cylindrical-coordinate representation of color #671D0C: hue angle of 11.21º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #671D0C is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 29 | 12 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.60 |
| HSL | 11.21º | 0.79% | 0.23% | - |
| HSV(B) | 11.21º | 0.88% | 0.4% | - |
| XYZ | 6.1 | 3.79 | 0.76 | - |
| YUV | 49.19 | 107.02 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 29 | 12 | 0 | 0.72 | 0.88 | 0.60 | 11.21 | 0.79 | 0.23 |
| Hex | 67 | 1D | C | 0 | 48 | 58 | 3C | B | 4F | 17 |
| Octal | 147 | 35 | 14 | 0 | 110 | 130 | 74 | 13 | 117 | 27 |
| Binary | 1100111 | 11101 | 1100 | 0 | 1001000 | 1011000 | 111100 | 1011 | 1001111 | 10111 |
Color Harmonies of #671D0C
Complementary color
Monochromatic Colors of #671D0C
Black with #671D0C
Text Example
Text Example
White with #671D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671D0C; }
p { color: rgb(103,29,12); }
H1.HeaderClassName
{
color: #671D0C;
}
.AnyTagClassName
{
color: #671D0C;
}
</style>
background-color css
<style>
a { background-color: #671D0C; }
a { background-color: rgb(103,29,12); }
div.DivClassName
{
background-color: #671D0C;
}
.BgClassName
{
background-color: #671D0C;
}
</style>
border-color css
<style>
span { border-color: #671D0C; }
span { border-color: rgb(103,29,12); }
td.TdClassName
{
border-color: #671D0C;
}
.TagClassName
{
border-color: #671D0C;
}
</style>