Shades of Red Oxide #68201C
Tints of Red Oxide #68201C
RGB
CMYK
RGB Variations
Color information
#68201C (or 0x68201C) is known color: Red Oxide. HEX triplet: 68, 20 and 1C. RGB value is (104,32,28). Sum of RGB (Red+Green+Blue) = 104+32+28=164 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.41% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 28 (11.33% from 255 or 17.07% from 164); Max value from RGB is 104 - color contains mainly: red. Hex color #68201C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68201C is #97DFE3. Grayscale: #353535. Windows color (decimal): -9953252 or 1843304. OLE color: 1843304.
HSL color Cylindrical-coordinate representation of color #68201C: hue angle of 3.16º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #68201C is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 32 | 28 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.59 |
| HSL | 3.16º | 0.58% | 0.26% | - |
| HSV(B) | 3.16º | 0.73% | 0.41% | - |
| XYZ | 6.44 | 4.06 | 1.54 | - |
| YUV | 53.07 | 113.85 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 32 | 28 | 0 | 0.69 | 0.73 | 0.59 | 3.16 | 0.58 | 0.26 |
| Hex | 68 | 20 | 1C | 0 | 45 | 49 | 3B | 3 | 3A | 1A |
| Octal | 150 | 40 | 34 | 0 | 105 | 111 | 73 | 3 | 72 | 32 |
| Binary | 1101000 | 100000 | 11100 | 0 | 1000101 | 1001001 | 111011 | 11 | 111010 | 11010 |
Color Harmonies of #68201C
Complementary color
Monochromatic Colors of #68201C
Black with #68201C
Text Example
Text Example
White with #68201C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68201C; }
p { color: rgb(104,32,28); }
H1.HeaderClassName
{
color: #68201C;
}
.AnyTagClassName
{
color: #68201C;
}
</style>
background-color css
<style>
a { background-color: #68201C; }
a { background-color: rgb(104,32,28); }
div.DivClassName
{
background-color: #68201C;
}
.BgClassName
{
background-color: #68201C;
}
</style>
border-color css
<style>
span { border-color: #68201C; }
span { border-color: rgb(104,32,28); }
td.TdClassName
{
border-color: #68201C;
}
.TagClassName
{
border-color: #68201C;
}
</style>