Shades of Red Oxide #68211A
Tints of Red Oxide #68211A
RGB
CMYK
RGB Variations
Color information
#68211A (or 0x68211A) is known color: Red Oxide. HEX triplet: 68, 21 and 1A. RGB value is (104,33,26). Sum of RGB (Red+Green+Blue) = 104+33+26=163 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.80% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 104 - color contains mainly: red. Hex color #68211A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68211A is #97DEE5. Grayscale: #353535. Windows color (decimal): -9952998 or 1712488. OLE color: 1712488.
HSL color Cylindrical-coordinate representation of color #68211A: hue angle of 5.38º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #68211A is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 33 | 26 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.59 |
| HSL | 5.38º | 0.6% | 0.25% | - |
| HSV(B) | 5.38º | 0.75% | 0.41% | - |
| XYZ | 6.44 | 4.11 | 1.43 | - |
| YUV | 53.43 | 112.52 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 33 | 26 | 0 | 0.68 | 0.75 | 0.59 | 5.38 | 0.6 | 0.25 |
| Hex | 68 | 21 | 1A | 0 | 44 | 4B | 3B | 5 | 3C | 19 |
| Octal | 150 | 41 | 32 | 0 | 104 | 113 | 73 | 5 | 74 | 31 |
| Binary | 1101000 | 100001 | 11010 | 0 | 1000100 | 1001011 | 111011 | 101 | 111100 | 11001 |
Color Harmonies of #68211A
Complementary color
Monochromatic Colors of #68211A
Black with #68211A
Text Example
Text Example
White with #68211A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68211A; }
p { color: rgb(104,33,26); }
H1.HeaderClassName
{
color: #68211A;
}
.AnyTagClassName
{
color: #68211A;
}
</style>
background-color css
<style>
a { background-color: #68211A; }
a { background-color: rgb(104,33,26); }
div.DivClassName
{
background-color: #68211A;
}
.BgClassName
{
background-color: #68211A;
}
</style>
border-color css
<style>
span { border-color: #68211A; }
span { border-color: rgb(104,33,26); }
td.TdClassName
{
border-color: #68211A;
}
.TagClassName
{
border-color: #68211A;
}
</style>