Shades of Red Oxide #671D09
Tints of Red Oxide #671D09
RGB
CMYK
RGB Variations
Color information
#671D09 (or 0x671D09) is known color: Red Oxide. HEX triplet: 67, 1D and 09. RGB value is (103,29,9). Sum of RGB (Red+Green+Blue) = 103+29+9=141 (18% of max value = 765). Red value is 103 (40.62% from 255 or 73.05% from 141); Green value is 29 (11.72% from 255 or 20.57% from 141); Blue value is 9 (3.91% from 255 or 6.38% from 141); Max value from RGB is 103 - color contains mainly: red. Hex color #671D09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671D09 is #98E2F6. Grayscale: #313131. Windows color (decimal): -10019575 or 597351. OLE color: 597351.
HSL color Cylindrical-coordinate representation of color #671D09: hue angle of 12.77º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #671D09 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 29 | 9 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.60 |
| HSL | 12.77º | 0.84% | 0.22% | - |
| HSV(B) | 12.77º | 0.91% | 0.4% | - |
| XYZ | 6.08 | 3.78 | 0.67 | - |
| YUV | 48.85 | 105.52 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 29 | 9 | 0 | 0.72 | 0.91 | 0.60 | 12.77 | 0.84 | 0.22 |
| Hex | 67 | 1D | 9 | 0 | 48 | 5B | 3C | D | 54 | 16 |
| Octal | 147 | 35 | 11 | 0 | 110 | 133 | 74 | 15 | 124 | 26 |
| Binary | 1100111 | 11101 | 1001 | 0 | 1001000 | 1011011 | 111100 | 1101 | 1010100 | 10110 |
Color Harmonies of #671D09
Complementary color
Monochromatic Colors of #671D09
Black with #671D09
Text Example
Text Example
White with #671D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671D09; }
p { color: rgb(103,29,9); }
H1.HeaderClassName
{
color: #671D09;
}
.AnyTagClassName
{
color: #671D09;
}
</style>
background-color css
<style>
a { background-color: #671D09; }
a { background-color: rgb(103,29,9); }
div.DivClassName
{
background-color: #671D09;
}
.BgClassName
{
background-color: #671D09;
}
</style>
border-color css
<style>
span { border-color: #671D09; }
span { border-color: rgb(103,29,9); }
td.TdClassName
{
border-color: #671D09;
}
.TagClassName
{
border-color: #671D09;
}
</style>