Shades of Red Oxide #671C14
Tints of Red Oxide #671C14
RGB
CMYK
RGB Variations
Color information
#671C14 (or 0x671C14) is known color: Red Oxide. HEX triplet: 67, 1C and 14. RGB value is (103,28,20). Sum of RGB (Red+Green+Blue) = 103+28+20=151 (20% of max value = 765). Red value is 103 (40.62% from 255 or 68.21% from 151); Green value is 28 (11.33% from 255 or 18.54% from 151); Blue value is 20 (8.20% from 255 or 13.25% from 151); Max value from RGB is 103 - color contains mainly: red. Hex color #671C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671C14 is #98E3EB. Grayscale: #313131. Windows color (decimal): -10019820 or 1317991. OLE color: 1317991.
HSL color Cylindrical-coordinate representation of color #671C14: hue angle of 5.78º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #671C14 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 28 | 20 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.60 |
| HSL | 5.78º | 0.67% | 0.24% | - |
| HSV(B) | 5.78º | 0.81% | 0.4% | - |
| XYZ | 6.14 | 3.76 | 1.07 | - |
| YUV | 49.51 | 111.35 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 28 | 20 | 0 | 0.73 | 0.81 | 0.60 | 5.78 | 0.67 | 0.24 |
| Hex | 67 | 1C | 14 | 0 | 49 | 51 | 3C | 6 | 43 | 18 |
| Octal | 147 | 34 | 24 | 0 | 111 | 121 | 74 | 6 | 103 | 30 |
| Binary | 1100111 | 11100 | 10100 | 0 | 1001001 | 1010001 | 111100 | 110 | 1000011 | 11000 |
Color Harmonies of #671C14
Complementary color
Monochromatic Colors of #671C14
Black with #671C14
Text Example
Text Example
White with #671C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671C14; }
p { color: rgb(103,28,20); }
H1.HeaderClassName
{
color: #671C14;
}
.AnyTagClassName
{
color: #671C14;
}
</style>
background-color css
<style>
a { background-color: #671C14; }
a { background-color: rgb(103,28,20); }
div.DivClassName
{
background-color: #671C14;
}
.BgClassName
{
background-color: #671C14;
}
</style>
border-color css
<style>
span { border-color: #671C14; }
span { border-color: rgb(103,28,20); }
td.TdClassName
{
border-color: #671C14;
}
.TagClassName
{
border-color: #671C14;
}
</style>