Shades of Red Oxide #671D08
Tints of Red Oxide #671D08
RGB
CMYK
RGB Variations
Color information
#671D08 (or 0x671D08) is known color: Red Oxide. HEX triplet: 67, 1D and 08. RGB value is (103,29,8). Sum of RGB (Red+Green+Blue) = 103+29+8=140 (18% of max value = 765). Red value is 103 (40.62% from 255 or 73.57% from 140); Green value is 29 (11.72% from 255 or 20.71% from 140); Blue value is 8 (3.52% from 255 or 5.71% from 140); Max value from RGB is 103 - color contains mainly: red. Hex color #671D08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671D08 is #98E2F7. Grayscale: #303030. Windows color (decimal): -10019576 or 531815. OLE color: 531815.
HSL color Cylindrical-coordinate representation of color #671D08: hue angle of 13.26º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #671D08 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 29 | 8 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.60 |
| HSL | 13.26º | 0.86% | 0.22% | - |
| HSV(B) | 13.26º | 0.92% | 0.4% | - |
| XYZ | 6.08 | 3.78 | 0.64 | - |
| YUV | 48.73 | 105.02 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 29 | 8 | 0 | 0.72 | 0.92 | 0.60 | 13.26 | 0.86 | 0.22 |
| Hex | 67 | 1D | 8 | 0 | 48 | 5C | 3C | D | 56 | 16 |
| Octal | 147 | 35 | 10 | 0 | 110 | 134 | 74 | 15 | 126 | 26 |
| Binary | 1100111 | 11101 | 1000 | 0 | 1001000 | 1011100 | 111100 | 1101 | 1010110 | 10110 |
Color Harmonies of #671D08
Complementary color
Monochromatic Colors of #671D08
Black with #671D08
Text Example
Text Example
White with #671D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671D08; }
p { color: rgb(103,29,8); }
H1.HeaderClassName
{
color: #671D08;
}
.AnyTagClassName
{
color: #671D08;
}
</style>
background-color css
<style>
a { background-color: #671D08; }
a { background-color: rgb(103,29,8); }
div.DivClassName
{
background-color: #671D08;
}
.BgClassName
{
background-color: #671D08;
}
</style>
border-color css
<style>
span { border-color: #671D08; }
span { border-color: rgb(103,29,8); }
td.TdClassName
{
border-color: #671D08;
}
.TagClassName
{
border-color: #671D08;
}
</style>