Shades of Red Oxide #68221D
Tints of Red Oxide #68221D
RGB
CMYK
RGB Variations
Color information
#68221D (or 0x68221D) is known color: Red Oxide. HEX triplet: 68, 22 and 1D. RGB value is (104,34,29). Sum of RGB (Red+Green+Blue) = 104+34+29=167 (22% of max value = 765). Red value is 104 (41.02% from 255 or 62.28% from 167); Green value is 34 (13.67% from 255 or 20.36% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 104 - color contains mainly: red. Hex color #68221D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68221D is #97DDE2. Grayscale: #363636. Windows color (decimal): -9952739 or 1909352. OLE color: 1909352.
HSL color Cylindrical-coordinate representation of color #68221D: hue angle of 4º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #68221D is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 34 | 29 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.59 |
| HSL | 4º | 0.56% | 0.26% | - |
| HSV(B) | 4º | 0.72% | 0.41% | - |
| XYZ | 6.5 | 4.18 | 1.63 | - |
| YUV | 54.36 | 113.69 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 34 | 29 | 0 | 0.67 | 0.72 | 0.59 | 4 | 0.56 | 0.26 |
| Hex | 68 | 22 | 1D | 0 | 43 | 48 | 3B | 4 | 38 | 1A |
| Octal | 150 | 42 | 35 | 0 | 103 | 110 | 73 | 4 | 70 | 32 |
| Binary | 1101000 | 100010 | 11101 | 0 | 1000011 | 1001000 | 111011 | 100 | 111000 | 11010 |
Color Harmonies of #68221D
Complementary color
Monochromatic Colors of #68221D
Black with #68221D
Text Example
Text Example
White with #68221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68221D; }
p { color: rgb(104,34,29); }
H1.HeaderClassName
{
color: #68221D;
}
.AnyTagClassName
{
color: #68221D;
}
</style>
background-color css
<style>
a { background-color: #68221D; }
a { background-color: rgb(104,34,29); }
div.DivClassName
{
background-color: #68221D;
}
.BgClassName
{
background-color: #68221D;
}
</style>
border-color css
<style>
span { border-color: #68221D; }
span { border-color: rgb(104,34,29); }
td.TdClassName
{
border-color: #68221D;
}
.TagClassName
{
border-color: #68221D;
}
</style>