Shades of Red Oxide #682219
Tints of Red Oxide #682219
RGB
CMYK
RGB Variations
Color information
#682219 (or 0x682219) is known color: Red Oxide. HEX triplet: 68, 22 and 19. RGB value is (104,34,25). Sum of RGB (Red+Green+Blue) = 104+34+25=163 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.80% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 25 (10.16% from 255 or 15.34% from 163); Max value from RGB is 104 - color contains mainly: red. Hex color #682219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682219 is #97DDE6. Grayscale: #363636. Windows color (decimal): -9952743 or 1647208. OLE color: 1647208.
HSL color Cylindrical-coordinate representation of color #682219: hue angle of 6.84º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #682219 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 34 | 25 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.59 |
| HSL | 6.84º | 0.61% | 0.25% | - |
| HSV(B) | 6.84º | 0.76% | 0.41% | - |
| XYZ | 6.46 | 4.16 | 1.38 | - |
| YUV | 53.9 | 111.69 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 34 | 25 | 0 | 0.67 | 0.76 | 0.59 | 6.84 | 0.61 | 0.25 |
| Hex | 68 | 22 | 19 | 0 | 43 | 4C | 3B | 7 | 3D | 19 |
| Octal | 150 | 42 | 31 | 0 | 103 | 114 | 73 | 7 | 75 | 31 |
| Binary | 1101000 | 100010 | 11001 | 0 | 1000011 | 1001100 | 111011 | 111 | 111101 | 11001 |
Color Harmonies of #682219
Complementary color
Monochromatic Colors of #682219
Black with #682219
Text Example
Text Example
White with #682219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682219; }
p { color: rgb(104,34,25); }
H1.HeaderClassName
{
color: #682219;
}
.AnyTagClassName
{
color: #682219;
}
</style>
background-color css
<style>
a { background-color: #682219; }
a { background-color: rgb(104,34,25); }
div.DivClassName
{
background-color: #682219;
}
.BgClassName
{
background-color: #682219;
}
</style>
border-color css
<style>
span { border-color: #682219; }
span { border-color: rgb(104,34,25); }
td.TdClassName
{
border-color: #682219;
}
.TagClassName
{
border-color: #682219;
}
</style>