Shades of Red Oxide #671D13
Tints of Red Oxide #671D13
RGB
CMYK
RGB Variations
Color information
#671D13 (or 0x671D13) is known color: Red Oxide. HEX triplet: 67, 1D and 13. RGB value is (103,29,19). Sum of RGB (Red+Green+Blue) = 103+29+19=151 (20% of max value = 765). Red value is 103 (40.62% from 255 or 68.21% from 151); Green value is 29 (11.72% from 255 or 19.21% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 103 - color contains mainly: red. Hex color #671D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671D13 is #98E2EC. Grayscale: #323232. Windows color (decimal): -10019565 or 1252711. OLE color: 1252711.
HSL color Cylindrical-coordinate representation of color #671D13: hue angle of 7.14º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #671D13 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 29 | 19 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.60 |
| HSL | 7.14º | 0.69% | 0.24% | - |
| HSV(B) | 7.14º | 0.82% | 0.4% | - |
| XYZ | 6.15 | 3.81 | 1.03 | - |
| YUV | 49.99 | 110.52 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 29 | 19 | 0 | 0.72 | 0.82 | 0.60 | 7.14 | 0.69 | 0.24 |
| Hex | 67 | 1D | 13 | 0 | 48 | 52 | 3C | 7 | 45 | 18 |
| Octal | 147 | 35 | 23 | 0 | 110 | 122 | 74 | 7 | 105 | 30 |
| Binary | 1100111 | 11101 | 10011 | 0 | 1001000 | 1010010 | 111100 | 111 | 1000101 | 11000 |
Color Harmonies of #671D13
Complementary color
Monochromatic Colors of #671D13
Black with #671D13
Text Example
Text Example
White with #671D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671D13; }
p { color: rgb(103,29,19); }
H1.HeaderClassName
{
color: #671D13;
}
.AnyTagClassName
{
color: #671D13;
}
</style>
background-color css
<style>
a { background-color: #671D13; }
a { background-color: rgb(103,29,19); }
div.DivClassName
{
background-color: #671D13;
}
.BgClassName
{
background-color: #671D13;
}
</style>
border-color css
<style>
span { border-color: #671D13; }
span { border-color: rgb(103,29,19); }
td.TdClassName
{
border-color: #671D13;
}
.TagClassName
{
border-color: #671D13;
}
</style>