Shades of Red Oxide #68211C
Tints of Red Oxide #68211C
RGB
CMYK
RGB Variations
Color information
#68211C (or 0x68211C) is known color: Red Oxide. HEX triplet: 68, 21 and 1C. RGB value is (104,33,28). Sum of RGB (Red+Green+Blue) = 104+33+28=165 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.03% from 165); Green value is 33 (13.28% from 255 or 20% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 104 - color contains mainly: red. Hex color #68211C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68211C is #97DEE3. Grayscale: #353535. Windows color (decimal): -9952996 or 1843560. OLE color: 1843560.
HSL color Cylindrical-coordinate representation of color #68211C: hue angle of 3.95º 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 #68211C is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 33 | 28 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.59 |
| HSL | 3.95º | 0.58% | 0.26% | - |
| HSV(B) | 3.95º | 0.73% | 0.41% | - |
| XYZ | 6.46 | 4.11 | 1.55 | - |
| YUV | 53.66 | 113.52 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 33 | 28 | 0 | 0.68 | 0.73 | 0.59 | 3.95 | 0.58 | 0.26 |
| Hex | 68 | 21 | 1C | 0 | 44 | 49 | 3B | 4 | 3A | 1A |
| Octal | 150 | 41 | 34 | 0 | 104 | 111 | 73 | 4 | 72 | 32 |
| Binary | 1101000 | 100001 | 11100 | 0 | 1000100 | 1001001 | 111011 | 100 | 111010 | 11010 |
Color Harmonies of #68211C
Complementary color
Monochromatic Colors of #68211C
Black with #68211C
Text Example
Text Example
White with #68211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68211C; }
p { color: rgb(104,33,28); }
H1.HeaderClassName
{
color: #68211C;
}
.AnyTagClassName
{
color: #68211C;
}
</style>
background-color css
<style>
a { background-color: #68211C; }
a { background-color: rgb(104,33,28); }
div.DivClassName
{
background-color: #68211C;
}
.BgClassName
{
background-color: #68211C;
}
</style>
border-color css
<style>
span { border-color: #68211C; }
span { border-color: rgb(104,33,28); }
td.TdClassName
{
border-color: #68211C;
}
.TagClassName
{
border-color: #68211C;
}
</style>