Shades of Red Oxide #671900
Tints of Red Oxide #671900
RGB
CMYK
RGB Variations
Color information
#671900 (or 0x671900) is known color: Red Oxide. HEX triplet: 67, 19 and 00. RGB value is (103,25,0). Sum of RGB (Red+Green+Blue) = 103+25+0=128 (16% of max value = 765). Red value is 103 (40.62% from 255 or 80.47% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 0 (0.39% from 255 or 0% from 128); Max value from RGB is 103 - color contains mainly: red. Hex color #671900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671900 is #98E6FF. Grayscale: #2D2D2D. Windows color (decimal): -10020608 or 6503. OLE color: 6503.
HSL color Cylindrical-coordinate representation of color #671900: hue angle of 14.56º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #671900 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 25 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.60 |
| HSL | 14.56º | 1% | 0.2% | - |
| HSV(B) | 14.56º | 1% | 0.4% | - |
| XYZ | 5.94 | 3.58 | 0.38 | - |
| YUV | 45.47 | 102.34 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 25 | 0 | 0 | 0.76 | 1 | 0.60 | 14.56 | 1 | 0.2 |
| Hex | 67 | 19 | 0 | 0 | 4C | 64 | 3C | F | 64 | 14 |
| Octal | 147 | 31 | 0 | 0 | 114 | 144 | 74 | 17 | 144 | 24 |
| Binary | 1100111 | 11001 | 0 | 0 | 1001100 | 1100100 | 111100 | 1111 | 1100100 | 10100 |
Color Harmonies of #671900
Complementary color
Monochromatic Colors of #671900
Black with #671900
Text Example
Text Example
White with #671900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671900; }
p { color: rgb(103,25,0); }
H1.HeaderClassName
{
color: #671900;
}
.AnyTagClassName
{
color: #671900;
}
</style>
background-color css
<style>
a { background-color: #671900; }
a { background-color: rgb(103,25,0); }
div.DivClassName
{
background-color: #671900;
}
.BgClassName
{
background-color: #671900;
}
</style>
border-color css
<style>
span { border-color: #671900; }
span { border-color: rgb(103,25,0); }
td.TdClassName
{
border-color: #671900;
}
.TagClassName
{
border-color: #671900;
}
</style>