Shades of Red Oxide #672013
Tints of Red Oxide #672013
RGB
CMYK
RGB Variations
Color information
#672013 (or 0x672013) is known color: Red Oxide. HEX triplet: 67, 20 and 13. RGB value is (103,32,19). Sum of RGB (Red+Green+Blue) = 103+32+19=154 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.88% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 103 - color contains mainly: red. Hex color #672013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672013 is #98DFEC. Grayscale: #333333. Windows color (decimal): -10018797 or 1253479. OLE color: 1253479.
HSL color Cylindrical-coordinate representation of color #672013: hue angle of 9.29º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #672013 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 32 | 19 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.60 |
| HSL | 9.29º | 0.69% | 0.24% | - |
| HSV(B) | 9.29º | 0.82% | 0.4% | - |
| XYZ | 6.23 | 3.96 | 1.05 | - |
| YUV | 51.75 | 109.52 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 32 | 19 | 0 | 0.69 | 0.82 | 0.60 | 9.29 | 0.69 | 0.24 |
| Hex | 67 | 20 | 13 | 0 | 45 | 52 | 3C | 9 | 45 | 18 |
| Octal | 147 | 40 | 23 | 0 | 105 | 122 | 74 | 11 | 105 | 30 |
| Binary | 1100111 | 100000 | 10011 | 0 | 1000101 | 1010010 | 111100 | 1001 | 1000101 | 11000 |
Color Harmonies of #672013
Complementary color
Monochromatic Colors of #672013
Black with #672013
Text Example
Text Example
White with #672013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672013; }
p { color: rgb(103,32,19); }
H1.HeaderClassName
{
color: #672013;
}
.AnyTagClassName
{
color: #672013;
}
</style>
background-color css
<style>
a { background-color: #672013; }
a { background-color: rgb(103,32,19); }
div.DivClassName
{
background-color: #672013;
}
.BgClassName
{
background-color: #672013;
}
</style>
border-color css
<style>
span { border-color: #672013; }
span { border-color: rgb(103,32,19); }
td.TdClassName
{
border-color: #672013;
}
.TagClassName
{
border-color: #672013;
}
</style>