Shades of Red Oxide #671F1B
Tints of Red Oxide #671F1B
RGB
CMYK
RGB Variations
Color information
#671F1B (or 0x671F1B) is known color: Red Oxide. HEX triplet: 67, 1F and 1B. RGB value is (103,31,27). Sum of RGB (Red+Green+Blue) = 103+31+27=161 (21% of max value = 765). Red value is 103 (40.62% from 255 or 63.98% from 161); Green value is 31 (12.5% from 255 or 19.25% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 103 - color contains mainly: red. Hex color #671F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671F1B is #98E0E4. Grayscale: #343434. Windows color (decimal): -10019045 or 1777511. OLE color: 1777511.
HSL color Cylindrical-coordinate representation of color #671F1B: hue angle of 3.16º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #671F1B is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 31 | 27 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.60 |
| HSL | 3.16º | 0.58% | 0.25% | - |
| HSV(B) | 3.16º | 0.74% | 0.4% | - |
| XYZ | 6.28 | 3.94 | 1.47 | - |
| YUV | 52.07 | 113.85 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 31 | 27 | 0 | 0.70 | 0.74 | 0.60 | 3.16 | 0.58 | 0.25 |
| Hex | 67 | 1F | 1B | 0 | 46 | 4A | 3C | 3 | 3A | 19 |
| Octal | 147 | 37 | 33 | 0 | 106 | 112 | 74 | 3 | 72 | 31 |
| Binary | 1100111 | 11111 | 11011 | 0 | 1000110 | 1001010 | 111100 | 11 | 111010 | 11001 |
Color Harmonies of #671F1B
Complementary color
Monochromatic Colors of #671F1B
Black with #671F1B
Text Example
Text Example
White with #671F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671F1B; }
p { color: rgb(103,31,27); }
H1.HeaderClassName
{
color: #671F1B;
}
.AnyTagClassName
{
color: #671F1B;
}
</style>
background-color css
<style>
a { background-color: #671F1B; }
a { background-color: rgb(103,31,27); }
div.DivClassName
{
background-color: #671F1B;
}
.BgClassName
{
background-color: #671F1B;
}
</style>
border-color css
<style>
span { border-color: #671F1B; }
span { border-color: rgb(103,31,27); }
td.TdClassName
{
border-color: #671F1B;
}
.TagClassName
{
border-color: #671F1B;
}
</style>