Shades of Red Oxide #671500
Tints of Red Oxide #671500
RGB
CMYK
RGB Variations
Color information
#671500 (or 0x671500) is known color: Red Oxide. HEX triplet: 67, 15 and 00. RGB value is (103,21,0). Sum of RGB (Red+Green+Blue) = 103+21+0=124 (16% of max value = 765). Red value is 103 (40.62% from 255 or 83.06% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 103 - color contains mainly: red. Hex color #671500 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671500 is #98EAFF. Grayscale: #2B2B2B. Windows color (decimal): -10021632 or 5479. OLE color: 5479.
HSL color Cylindrical-coordinate representation of color #671500: hue angle of 12.23º 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 #671500 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 21 | 0 | - |
| CMYK | 0 | 0.80 | 1 | 0.60 |
| HSL | 12.23º | 1% | 0.2% | - |
| HSV(B) | 12.23º | 1% | 0.4% | - |
| XYZ | 5.86 | 3.42 | 0.35 | - |
| YUV | 43.12 | 103.67 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 21 | 0 | 0 | 0.80 | 1 | 0.60 | 12.23 | 1 | 0.2 |
| Hex | 67 | 15 | 0 | 0 | 50 | 64 | 3C | C | 64 | 14 |
| Octal | 147 | 25 | 0 | 0 | 120 | 144 | 74 | 14 | 144 | 24 |
| Binary | 1100111 | 10101 | 0 | 0 | 1010000 | 1100100 | 111100 | 1100 | 1100100 | 10100 |
Color Harmonies of #671500
Complementary color
Monochromatic Colors of #671500
Black with #671500
Text Example
Text Example
White with #671500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671500; }
p { color: rgb(103,21,0); }
H1.HeaderClassName
{
color: #671500;
}
.AnyTagClassName
{
color: #671500;
}
</style>
background-color css
<style>
a { background-color: #671500; }
a { background-color: rgb(103,21,0); }
div.DivClassName
{
background-color: #671500;
}
.BgClassName
{
background-color: #671500;
}
</style>
border-color css
<style>
span { border-color: #671500; }
span { border-color: rgb(103,21,0); }
td.TdClassName
{
border-color: #671500;
}
.TagClassName
{
border-color: #671500;
}
</style>