Shades of Red Oxide #682419
Tints of Red Oxide #682419
RGB
CMYK
RGB Variations
Color information
#682419 (or 0x682419) is known color: Red Oxide. HEX triplet: 68, 24 and 19. RGB value is (104,36,25). Sum of RGB (Red+Green+Blue) = 104+36+25=165 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.03% from 165); Green value is 36 (14.45% from 255 or 21.82% from 165); Blue value is 25 (10.16% from 255 or 15.15% from 165); Max value from RGB is 104 - color contains mainly: red. Hex color #682419 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682419 is #97DBE6. Grayscale: #373737. Windows color (decimal): -9952231 or 1647720. OLE color: 1647720.
HSL color Cylindrical-coordinate representation of color #682419: hue angle of 8.35º 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 #682419 is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 36 | 25 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.59 |
| HSL | 8.35º | 0.61% | 0.25% | - |
| HSV(B) | 8.35º | 0.76% | 0.41% | - |
| XYZ | 6.52 | 4.27 | 1.4 | - |
| YUV | 55.08 | 111.03 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 36 | 25 | 0 | 0.65 | 0.76 | 0.59 | 8.35 | 0.61 | 0.25 |
| Hex | 68 | 24 | 19 | 0 | 41 | 4C | 3B | 8 | 3D | 19 |
| Octal | 150 | 44 | 31 | 0 | 101 | 114 | 73 | 10 | 75 | 31 |
| Binary | 1101000 | 100100 | 11001 | 0 | 1000001 | 1001100 | 111011 | 1000 | 111101 | 11001 |
Color Harmonies of #682419
Complementary color
Monochromatic Colors of #682419
Black with #682419
Text Example
Text Example
White with #682419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682419; }
p { color: rgb(104,36,25); }
H1.HeaderClassName
{
color: #682419;
}
.AnyTagClassName
{
color: #682419;
}
</style>
background-color css
<style>
a { background-color: #682419; }
a { background-color: rgb(104,36,25); }
div.DivClassName
{
background-color: #682419;
}
.BgClassName
{
background-color: #682419;
}
</style>
border-color css
<style>
span { border-color: #682419; }
span { border-color: rgb(104,36,25); }
td.TdClassName
{
border-color: #682419;
}
.TagClassName
{
border-color: #682419;
}
</style>