Shades of Red Oxide #682218
Tints of Red Oxide #682218
RGB
CMYK
RGB Variations
Color information
#682218 (or 0x682218) is known color: Red Oxide. HEX triplet: 68, 22 and 18. RGB value is (104,34,24). Sum of RGB (Red+Green+Blue) = 104+34+24=162 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.20% from 162); Green value is 34 (13.67% from 255 or 20.99% from 162); Blue value is 24 (9.77% from 255 or 14.81% from 162); Max value from RGB is 104 - color contains mainly: red. Hex color #682218 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682218 is #97DDE7. Grayscale: #353535. Windows color (decimal): -9952744 or 1581672. OLE color: 1581672.
HSL color Cylindrical-coordinate representation of color #682218: hue angle of 7.5º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #682218 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 34 | 24 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.59 |
| HSL | 7.5º | 0.63% | 0.25% | - |
| HSV(B) | 7.5º | 0.77% | 0.41% | - |
| XYZ | 6.45 | 4.15 | 1.33 | - |
| YUV | 53.79 | 111.19 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 34 | 24 | 0 | 0.67 | 0.77 | 0.59 | 7.5 | 0.63 | 0.25 |
| Hex | 68 | 22 | 18 | 0 | 43 | 4D | 3B | 8 | 3E | 19 |
| Octal | 150 | 42 | 30 | 0 | 103 | 115 | 73 | 10 | 76 | 31 |
| Binary | 1101000 | 100010 | 11000 | 0 | 1000011 | 1001101 | 111011 | 1000 | 111110 | 11001 |
Color Harmonies of #682218
Complementary color
Monochromatic Colors of #682218
Black with #682218
Text Example
Text Example
White with #682218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682218; }
p { color: rgb(104,34,24); }
H1.HeaderClassName
{
color: #682218;
}
.AnyTagClassName
{
color: #682218;
}
</style>
background-color css
<style>
a { background-color: #682218; }
a { background-color: rgb(104,34,24); }
div.DivClassName
{
background-color: #682218;
}
.BgClassName
{
background-color: #682218;
}
</style>
border-color css
<style>
span { border-color: #682218; }
span { border-color: rgb(104,34,24); }
td.TdClassName
{
border-color: #682218;
}
.TagClassName
{
border-color: #682218;
}
</style>