Shades of Red Oxide #671E0D
Tints of Red Oxide #671E0D
RGB
CMYK
RGB Variations
Color information
#671E0D (or 0x671E0D) is known color: Red Oxide. HEX triplet: 67, 1E and 0D. RGB value is (103,30,13). Sum of RGB (Red+Green+Blue) = 103+30+13=146 (19% of max value = 765). Red value is 103 (40.62% from 255 or 70.55% from 146); Green value is 30 (12.11% from 255 or 20.55% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 103 - color contains mainly: red. Hex color #671E0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671E0D is #98E1F2. Grayscale: #323232. Windows color (decimal): -10019315 or 859751. OLE color: 859751.
HSL color Cylindrical-coordinate representation of color #671E0D: hue angle of 11.33º 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 #671E0D is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 30 | 13 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.60 |
| HSL | 11.33º | 0.78% | 0.23% | - |
| HSV(B) | 11.33º | 0.87% | 0.4% | - |
| XYZ | 6.13 | 3.84 | 0.8 | - |
| YUV | 49.89 | 107.18 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 30 | 13 | 0 | 0.71 | 0.87 | 0.60 | 11.33 | 0.78 | 0.23 |
| Hex | 67 | 1E | D | 0 | 47 | 57 | 3C | B | 4E | 17 |
| Octal | 147 | 36 | 15 | 0 | 107 | 127 | 74 | 13 | 116 | 27 |
| Binary | 1100111 | 11110 | 1101 | 0 | 1000111 | 1010111 | 111100 | 1011 | 1001110 | 10111 |
Color Harmonies of #671E0D
Complementary color
Monochromatic Colors of #671E0D
Black with #671E0D
Text Example
Text Example
White with #671E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671E0D; }
p { color: rgb(103,30,13); }
H1.HeaderClassName
{
color: #671E0D;
}
.AnyTagClassName
{
color: #671E0D;
}
</style>
background-color css
<style>
a { background-color: #671E0D; }
a { background-color: rgb(103,30,13); }
div.DivClassName
{
background-color: #671E0D;
}
.BgClassName
{
background-color: #671E0D;
}
</style>
border-color css
<style>
span { border-color: #671E0D; }
span { border-color: rgb(103,30,13); }
td.TdClassName
{
border-color: #671E0D;
}
.TagClassName
{
border-color: #671E0D;
}
</style>