Shades of Red Oxide #671C0F
Tints of Red Oxide #671C0F
RGB
CMYK
RGB Variations
Color information
#671C0F (or 0x671C0F) is known color: Red Oxide. HEX triplet: 67, 1C and 0F. RGB value is (103,28,15). Sum of RGB (Red+Green+Blue) = 103+28+15=146 (19% of max value = 765). Red value is 103 (40.62% from 255 or 70.55% from 146); Green value is 28 (11.33% from 255 or 19.18% from 146); Blue value is 15 (6.25% from 255 or 10.27% from 146); Max value from RGB is 103 - color contains mainly: red. Hex color #671C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671C0F is #98E3F0. Grayscale: #313131. Windows color (decimal): -10019825 or 990311. OLE color: 990311.
HSL color Cylindrical-coordinate representation of color #671C0F: hue angle of 8.86º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #671C0F is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 28 | 15 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.60 |
| HSL | 8.86º | 0.75% | 0.23% | - |
| HSV(B) | 8.86º | 0.85% | 0.4% | - |
| XYZ | 6.09 | 3.75 | 0.85 | - |
| YUV | 48.94 | 108.85 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 28 | 15 | 0 | 0.73 | 0.85 | 0.60 | 8.86 | 0.75 | 0.23 |
| Hex | 67 | 1C | F | 0 | 49 | 55 | 3C | 9 | 4B | 17 |
| Octal | 147 | 34 | 17 | 0 | 111 | 125 | 74 | 11 | 113 | 27 |
| Binary | 1100111 | 11100 | 1111 | 0 | 1001001 | 1010101 | 111100 | 1001 | 1001011 | 10111 |
Color Harmonies of #671C0F
Complementary color
Monochromatic Colors of #671C0F
Black with #671C0F
Text Example
Text Example
White with #671C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671C0F; }
p { color: rgb(103,28,15); }
H1.HeaderClassName
{
color: #671C0F;
}
.AnyTagClassName
{
color: #671C0F;
}
</style>
background-color css
<style>
a { background-color: #671C0F; }
a { background-color: rgb(103,28,15); }
div.DivClassName
{
background-color: #671C0F;
}
.BgClassName
{
background-color: #671C0F;
}
</style>
border-color css
<style>
span { border-color: #671C0F; }
span { border-color: rgb(103,28,15); }
td.TdClassName
{
border-color: #671C0F;
}
.TagClassName
{
border-color: #671C0F;
}
</style>