Shades of Red Oxide #672117
Tints of Red Oxide #672117
RGB
CMYK
RGB Variations
Color information
#672117 (or 0x672117) is known color: Red Oxide. HEX triplet: 67, 21 and 17. RGB value is (103,33,23). Sum of RGB (Red+Green+Blue) = 103+33+23=159 (21% of max value = 765). Red value is 103 (40.62% from 255 or 64.78% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 23 (9.38% from 255 or 14.47% from 159); Max value from RGB is 103 - color contains mainly: red. Hex color #672117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672117 is #98DEE8. Grayscale: #343434. Windows color (decimal): -10018537 or 1515879. OLE color: 1515879.
HSL color Cylindrical-coordinate representation of color #672117: hue angle of 7.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 #672117 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 33 | 23 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.60 |
| HSL | 7.5º | 0.63% | 0.25% | - |
| HSV(B) | 7.5º | 0.78% | 0.4% | - |
| XYZ | 6.29 | 4.03 | 1.26 | - |
| YUV | 52.79 | 111.19 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 33 | 23 | 0 | 0.68 | 0.78 | 0.60 | 7.5 | 0.63 | 0.25 |
| Hex | 67 | 21 | 17 | 0 | 44 | 4E | 3C | 8 | 3F | 19 |
| Octal | 147 | 41 | 27 | 0 | 104 | 116 | 74 | 10 | 77 | 31 |
| Binary | 1100111 | 100001 | 10111 | 0 | 1000100 | 1001110 | 111100 | 1000 | 111111 | 11001 |
Color Harmonies of #672117
Complementary color
Monochromatic Colors of #672117
Black with #672117
Text Example
Text Example
White with #672117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672117; }
p { color: rgb(103,33,23); }
H1.HeaderClassName
{
color: #672117;
}
.AnyTagClassName
{
color: #672117;
}
</style>
background-color css
<style>
a { background-color: #672117; }
a { background-color: rgb(103,33,23); }
div.DivClassName
{
background-color: #672117;
}
.BgClassName
{
background-color: #672117;
}
</style>
border-color css
<style>
span { border-color: #672117; }
span { border-color: rgb(103,33,23); }
td.TdClassName
{
border-color: #672117;
}
.TagClassName
{
border-color: #672117;
}
</style>