Shades of Red Oxide #671F19
Tints of Red Oxide #671F19
RGB
CMYK
RGB Variations
Color information
#671F19 (or 0x671F19) is known color: Red Oxide. HEX triplet: 67, 1F and 19. RGB value is (103,31,25). Sum of RGB (Red+Green+Blue) = 103+31+25=159 (21% of max value = 765). Red value is 103 (40.62% from 255 or 64.78% from 159); Green value is 31 (12.5% from 255 or 19.50% from 159); Blue value is 25 (10.16% from 255 or 15.72% from 159); Max value from RGB is 103 - color contains mainly: red. Hex color #671F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671F19 is #98E0E6. Grayscale: #333333. Windows color (decimal): -10019047 or 1646439. OLE color: 1646439.
HSL color Cylindrical-coordinate representation of color #671F19: hue angle of 4.62º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #671F19 is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 31 | 25 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.60 |
| HSL | 4.62º | 0.61% | 0.25% | - |
| HSV(B) | 4.62º | 0.76% | 0.4% | - |
| XYZ | 6.26 | 3.93 | 1.35 | - |
| YUV | 51.84 | 112.85 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 31 | 25 | 0 | 0.70 | 0.76 | 0.60 | 4.62 | 0.61 | 0.25 |
| Hex | 67 | 1F | 19 | 0 | 46 | 4C | 3C | 5 | 3D | 19 |
| Octal | 147 | 37 | 31 | 0 | 106 | 114 | 74 | 5 | 75 | 31 |
| Binary | 1100111 | 11111 | 11001 | 0 | 1000110 | 1001100 | 111100 | 101 | 111101 | 11001 |
Color Harmonies of #671F19
Complementary color
Monochromatic Colors of #671F19
Black with #671F19
Text Example
Text Example
White with #671F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671F19; }
p { color: rgb(103,31,25); }
H1.HeaderClassName
{
color: #671F19;
}
.AnyTagClassName
{
color: #671F19;
}
</style>
background-color css
<style>
a { background-color: #671F19; }
a { background-color: rgb(103,31,25); }
div.DivClassName
{
background-color: #671F19;
}
.BgClassName
{
background-color: #671F19;
}
</style>
border-color css
<style>
span { border-color: #671F19; }
span { border-color: rgb(103,31,25); }
td.TdClassName
{
border-color: #671F19;
}
.TagClassName
{
border-color: #671F19;
}
</style>