Shades of Red Oxide #68221C
Tints of Red Oxide #68221C
RGB
CMYK
RGB Variations
Color information
#68221C (or 0x68221C) is known color: Red Oxide. HEX triplet: 68, 22 and 1C. RGB value is (104,34,28). Sum of RGB (Red+Green+Blue) = 104+34+28=166 (21% of max value = 765). Red value is 104 (41.02% from 255 or 62.65% from 166); Green value is 34 (13.67% from 255 or 20.48% from 166); Blue value is 28 (11.33% from 255 or 16.87% from 166); Max value from RGB is 104 - color contains mainly: red. Hex color #68221C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68221C is #97DDE3. Grayscale: #363636. Windows color (decimal): -9952740 or 1843816. OLE color: 1843816.
HSL color Cylindrical-coordinate representation of color #68221C: hue angle of 4.74º 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 #68221C is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 34 | 28 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.59 |
| HSL | 4.74º | 0.58% | 0.26% | - |
| HSV(B) | 4.74º | 0.73% | 0.41% | - |
| XYZ | 6.49 | 4.17 | 1.56 | - |
| YUV | 54.25 | 113.19 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 34 | 28 | 0 | 0.67 | 0.73 | 0.59 | 4.74 | 0.58 | 0.26 |
| Hex | 68 | 22 | 1C | 0 | 43 | 49 | 3B | 5 | 3A | 1A |
| Octal | 150 | 42 | 34 | 0 | 103 | 111 | 73 | 5 | 72 | 32 |
| Binary | 1101000 | 100010 | 11100 | 0 | 1000011 | 1001001 | 111011 | 101 | 111010 | 11010 |
Color Harmonies of #68221C
Complementary color
Monochromatic Colors of #68221C
Black with #68221C
Text Example
Text Example
White with #68221C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68221C; }
p { color: rgb(104,34,28); }
H1.HeaderClassName
{
color: #68221C;
}
.AnyTagClassName
{
color: #68221C;
}
</style>
background-color css
<style>
a { background-color: #68221C; }
a { background-color: rgb(104,34,28); }
div.DivClassName
{
background-color: #68221C;
}
.BgClassName
{
background-color: #68221C;
}
</style>
border-color css
<style>
span { border-color: #68221C; }
span { border-color: rgb(104,34,28); }
td.TdClassName
{
border-color: #68221C;
}
.TagClassName
{
border-color: #68221C;
}
</style>