Shades of Red Oxide #68130C
Tints of Red Oxide #68130C
RGB
CMYK
RGB Variations
Color information
#68130C (or 0x68130C) is known color: Red Oxide. HEX triplet: 68, 13 and 0C. RGB value is (104,19,12). Sum of RGB (Red+Green+Blue) = 104+19+12=135 (17% of max value = 765). Red value is 104 (41.02% from 255 or 77.04% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 104 - color contains mainly: red. Hex color #68130C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68130C is #97ECF3. Grayscale: #2B2B2B. Windows color (decimal): -9956596 or 791400. OLE color: 791400.
HSL color Cylindrical-coordinate representation of color #68130C: hue angle of 4.57º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #68130C is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 19 | 12 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.59 |
| HSL | 4.57º | 0.79% | 0.23% | - |
| HSV(B) | 4.57º | 0.88% | 0.41% | - |
| XYZ | 6.01 | 3.44 | 0.69 | - |
| YUV | 43.62 | 110.16 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 19 | 12 | 0 | 0.82 | 0.88 | 0.59 | 4.57 | 0.79 | 0.23 |
| Hex | 68 | 13 | C | 0 | 52 | 58 | 3B | 5 | 4F | 17 |
| Octal | 150 | 23 | 14 | 0 | 122 | 130 | 73 | 5 | 117 | 27 |
| Binary | 1101000 | 10011 | 1100 | 0 | 1010010 | 1011000 | 111011 | 101 | 1001111 | 10111 |
Color Harmonies of #68130C
Complementary color
Monochromatic Colors of #68130C
Black with #68130C
Text Example
Text Example
White with #68130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68130C; }
p { color: rgb(104,19,12); }
H1.HeaderClassName
{
color: #68130C;
}
.AnyTagClassName
{
color: #68130C;
}
</style>
background-color css
<style>
a { background-color: #68130C; }
a { background-color: rgb(104,19,12); }
div.DivClassName
{
background-color: #68130C;
}
.BgClassName
{
background-color: #68130C;
}
</style>
border-color css
<style>
span { border-color: #68130C; }
span { border-color: rgb(104,19,12); }
td.TdClassName
{
border-color: #68130C;
}
.TagClassName
{
border-color: #68130C;
}
</style>