Shades of Red Oxide #671A0D
Tints of Red Oxide #671A0D
RGB
CMYK
RGB Variations
Color information
#671A0D (or 0x671A0D) is known color: Red Oxide. HEX triplet: 67, 1A and 0D. RGB value is (103,26,13). Sum of RGB (Red+Green+Blue) = 103+26+13=142 (18% of max value = 765). Red value is 103 (40.62% from 255 or 72.54% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 103 - color contains mainly: red. Hex color #671A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671A0D is #98E5F2. Grayscale: #2F2F2F. Windows color (decimal): -10020339 or 858727. OLE color: 858727.
HSL color Cylindrical-coordinate representation of color #671A0D: hue angle of 8.67º 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 #671A0D is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 26 | 13 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.60 |
| HSL | 8.67º | 0.78% | 0.23% | - |
| HSV(B) | 8.67º | 0.87% | 0.4% | - |
| XYZ | 6.04 | 3.65 | 0.77 | - |
| YUV | 47.54 | 108.51 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 26 | 13 | 0 | 0.75 | 0.87 | 0.60 | 8.67 | 0.78 | 0.23 |
| Hex | 67 | 1A | D | 0 | 4B | 57 | 3C | 9 | 4E | 17 |
| Octal | 147 | 32 | 15 | 0 | 113 | 127 | 74 | 11 | 116 | 27 |
| Binary | 1100111 | 11010 | 1101 | 0 | 1001011 | 1010111 | 111100 | 1001 | 1001110 | 10111 |
Color Harmonies of #671A0D
Complementary color
Monochromatic Colors of #671A0D
Black with #671A0D
Text Example
Text Example
White with #671A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671A0D; }
p { color: rgb(103,26,13); }
H1.HeaderClassName
{
color: #671A0D;
}
.AnyTagClassName
{
color: #671A0D;
}
</style>
background-color css
<style>
a { background-color: #671A0D; }
a { background-color: rgb(103,26,13); }
div.DivClassName
{
background-color: #671A0D;
}
.BgClassName
{
background-color: #671A0D;
}
</style>
border-color css
<style>
span { border-color: #671A0D; }
span { border-color: rgb(103,26,13); }
td.TdClassName
{
border-color: #671A0D;
}
.TagClassName
{
border-color: #671A0D;
}
</style>