Shades of Red Oxide #682115
Tints of Red Oxide #682115
RGB
CMYK
RGB Variations
Color information
#682115 (or 0x682115) is known color: Red Oxide. HEX triplet: 68, 21 and 15. RGB value is (104,33,21). Sum of RGB (Red+Green+Blue) = 104+33+21=158 (20% of max value = 765). Red value is 104 (41.02% from 255 or 65.82% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 21 (8.59% from 255 or 13.29% from 158); Max value from RGB is 104 - color contains mainly: red. Hex color #682115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682115 is #97DEEA. Grayscale: #343434. Windows color (decimal): -9953003 or 1384808. OLE color: 1384808.
HSL color Cylindrical-coordinate representation of color #682115: hue angle of 8.67º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #682115 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 33 | 21 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.59 |
| HSL | 8.67º | 0.66% | 0.25% | - |
| HSV(B) | 8.67º | 0.8% | 0.41% | - |
| XYZ | 6.39 | 4.08 | 1.16 | - |
| YUV | 52.86 | 110.02 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 33 | 21 | 0 | 0.68 | 0.80 | 0.59 | 8.67 | 0.66 | 0.25 |
| Hex | 68 | 21 | 15 | 0 | 44 | 50 | 3B | 9 | 42 | 19 |
| Octal | 150 | 41 | 25 | 0 | 104 | 120 | 73 | 11 | 102 | 31 |
| Binary | 1101000 | 100001 | 10101 | 0 | 1000100 | 1010000 | 111011 | 1001 | 1000010 | 11001 |
Color Harmonies of #682115
Complementary color
Monochromatic Colors of #682115
Black with #682115
Text Example
Text Example
White with #682115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682115; }
p { color: rgb(104,33,21); }
H1.HeaderClassName
{
color: #682115;
}
.AnyTagClassName
{
color: #682115;
}
</style>
background-color css
<style>
a { background-color: #682115; }
a { background-color: rgb(104,33,21); }
div.DivClassName
{
background-color: #682115;
}
.BgClassName
{
background-color: #682115;
}
</style>
border-color css
<style>
span { border-color: #682115; }
span { border-color: rgb(104,33,21); }
td.TdClassName
{
border-color: #682115;
}
.TagClassName
{
border-color: #682115;
}
</style>