Shades of Red Oxide #672222
Tints of Red Oxide #672222
RGB
CMYK
RGB Variations
Color information
#672222 (or 0x672222) is known color: Red Oxide. HEX triplet: 67, 22 and 22. RGB value is (103,34,34). Sum of RGB (Red+Green+Blue) = 103+34+34=171 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.23% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 34 (13.67% from 255 or 19.88% from 171); Max value from RGB is 103 - color contains mainly: red. Hex color #672222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672222 is #98DDDD. Grayscale: #363636. Windows color (decimal): -10018270 or 2237031. OLE color: 2237031.
HSL color Cylindrical-coordinate representation of color #672222: hue angle of 0º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #672222 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 34 | 34 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.60 |
| HSL | 0º | 0.5% | 0.27% | - |
| HSV(B) | 0º | 0.67% | 0.4% | - |
| XYZ | 6.45 | 4.14 | 1.97 | - |
| YUV | 54.63 | 116.36 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 34 | 34 | 0 | 0.67 | 0.67 | 0.60 | 0 | 0.5 | 0.27 |
| Hex | 67 | 22 | 22 | 0 | 43 | 43 | 3C | 0 | 32 | 1B |
| Octal | 147 | 42 | 42 | 0 | 103 | 103 | 74 | 0 | 62 | 33 |
| Binary | 1100111 | 100010 | 100010 | 0 | 1000011 | 1000011 | 111100 | 0 | 110010 | 11011 |
Color Harmonies of #672222
Complementary color
Monochromatic Colors of #672222
Black with #672222
Text Example
Text Example
White with #672222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672222; }
p { color: rgb(103,34,34); }
H1.HeaderClassName
{
color: #672222;
}
.AnyTagClassName
{
color: #672222;
}
</style>
background-color css
<style>
a { background-color: #672222; }
a { background-color: rgb(103,34,34); }
div.DivClassName
{
background-color: #672222;
}
.BgClassName
{
background-color: #672222;
}
</style>
border-color css
<style>
span { border-color: #672222; }
span { border-color: rgb(103,34,34); }
td.TdClassName
{
border-color: #672222;
}
.TagClassName
{
border-color: #672222;
}
</style>