Shades of Red Oxide #671D17
Tints of Red Oxide #671D17
RGB
CMYK
RGB Variations
Color information
#671D17 (or 0x671D17) is known color: Red Oxide. HEX triplet: 67, 1D and 17. RGB value is (103,29,23). Sum of RGB (Red+Green+Blue) = 103+29+23=155 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.45% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 103 - color contains mainly: red. Hex color #671D17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671D17 is #98E2E8. Grayscale: #323232. Windows color (decimal): -10019561 or 1514855. OLE color: 1514855.
HSL color Cylindrical-coordinate representation of color #671D17: hue angle of 4.5º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #671D17 is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 29 | 23 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.60 |
| HSL | 4.5º | 0.63% | 0.25% | - |
| HSV(B) | 4.5º | 0.78% | 0.4% | - |
| XYZ | 6.19 | 3.82 | 1.22 | - |
| YUV | 50.44 | 112.52 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 29 | 23 | 0 | 0.72 | 0.78 | 0.60 | 4.5 | 0.63 | 0.25 |
| Hex | 67 | 1D | 17 | 0 | 48 | 4E | 3C | 4 | 3F | 19 |
| Octal | 147 | 35 | 27 | 0 | 110 | 116 | 74 | 4 | 77 | 31 |
| Binary | 1100111 | 11101 | 10111 | 0 | 1001000 | 1001110 | 111100 | 100 | 111111 | 11001 |
Color Harmonies of #671D17
Complementary color
Monochromatic Colors of #671D17
Black with #671D17
Text Example
Text Example
White with #671D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671D17; }
p { color: rgb(103,29,23); }
H1.HeaderClassName
{
color: #671D17;
}
.AnyTagClassName
{
color: #671D17;
}
</style>
background-color css
<style>
a { background-color: #671D17; }
a { background-color: rgb(103,29,23); }
div.DivClassName
{
background-color: #671D17;
}
.BgClassName
{
background-color: #671D17;
}
</style>
border-color css
<style>
span { border-color: #671D17; }
span { border-color: rgb(103,29,23); }
td.TdClassName
{
border-color: #671D17;
}
.TagClassName
{
border-color: #671D17;
}
</style>