Shades of Red Oxide #671508
Tints of Red Oxide #671508
RGB
CMYK
RGB Variations
Color information
#671508 (or 0x671508) is known color: Red Oxide. HEX triplet: 67, 15 and 08. RGB value is (103,21,8). Sum of RGB (Red+Green+Blue) = 103+21+8=132 (17% of max value = 765). Red value is 103 (40.62% from 255 or 78.03% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 103 - color contains mainly: red. Hex color #671508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671508 is #98EAF7. Grayscale: #2C2C2C. Windows color (decimal): -10021624 or 529767. OLE color: 529767.
HSL color Cylindrical-coordinate representation of color #671508: hue angle of 8.21º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #671508 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 21 | 8 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.60 |
| HSL | 8.21º | 0.86% | 0.22% | - |
| HSV(B) | 8.21º | 0.92% | 0.4% | - |
| XYZ | 5.91 | 3.44 | 0.58 | - |
| YUV | 44.04 | 107.67 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 21 | 8 | 0 | 0.80 | 0.92 | 0.60 | 8.21 | 0.86 | 0.22 |
| Hex | 67 | 15 | 8 | 0 | 50 | 5C | 3C | 8 | 56 | 16 |
| Octal | 147 | 25 | 10 | 0 | 120 | 134 | 74 | 10 | 126 | 26 |
| Binary | 1100111 | 10101 | 1000 | 0 | 1010000 | 1011100 | 111100 | 1000 | 1010110 | 10110 |
Color Harmonies of #671508
Complementary color
Monochromatic Colors of #671508
Black with #671508
Text Example
Text Example
White with #671508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671508; }
p { color: rgb(103,21,8); }
H1.HeaderClassName
{
color: #671508;
}
.AnyTagClassName
{
color: #671508;
}
</style>
background-color css
<style>
a { background-color: #671508; }
a { background-color: rgb(103,21,8); }
div.DivClassName
{
background-color: #671508;
}
.BgClassName
{
background-color: #671508;
}
</style>
border-color css
<style>
span { border-color: #671508; }
span { border-color: rgb(103,21,8); }
td.TdClassName
{
border-color: #671508;
}
.TagClassName
{
border-color: #671508;
}
</style>