Shades of Red Oxide #68130F
Tints of Red Oxide #68130F
RGB
CMYK
RGB Variations
Color information
#68130F (or 0x68130F) is known color: Red Oxide. HEX triplet: 68, 13 and 0F. RGB value is (104,19,15). Sum of RGB (Red+Green+Blue) = 104+19+15=138 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.36% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 15 (6.25% from 255 or 10.87% from 138); Max value from RGB is 104 - color contains mainly: red. Hex color #68130F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68130F is #97ECF0. Grayscale: #2C2C2C. Windows color (decimal): -9956593 or 988008. OLE color: 988008.
HSL color Cylindrical-coordinate representation of color #68130F: hue angle of 2.7º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #68130F is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 19 | 15 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.59 |
| HSL | 2.7º | 0.75% | 0.23% | - |
| HSV(B) | 2.7º | 0.86% | 0.41% | - |
| XYZ | 6.03 | 3.44 | 0.8 | - |
| YUV | 43.96 | 111.66 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 19 | 15 | 0 | 0.82 | 0.86 | 0.59 | 2.7 | 0.75 | 0.23 |
| Hex | 68 | 13 | F | 0 | 52 | 56 | 3B | 3 | 4B | 17 |
| Octal | 150 | 23 | 17 | 0 | 122 | 126 | 73 | 3 | 113 | 27 |
| Binary | 1101000 | 10011 | 1111 | 0 | 1010010 | 1010110 | 111011 | 11 | 1001011 | 10111 |
Color Harmonies of #68130F
Complementary color
Monochromatic Colors of #68130F
Black with #68130F
Text Example
Text Example
White with #68130F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68130F; }
p { color: rgb(104,19,15); }
H1.HeaderClassName
{
color: #68130F;
}
.AnyTagClassName
{
color: #68130F;
}
</style>
background-color css
<style>
a { background-color: #68130F; }
a { background-color: rgb(104,19,15); }
div.DivClassName
{
background-color: #68130F;
}
.BgClassName
{
background-color: #68130F;
}
</style>
border-color css
<style>
span { border-color: #68130F; }
span { border-color: rgb(104,19,15); }
td.TdClassName
{
border-color: #68130F;
}
.TagClassName
{
border-color: #68130F;
}
</style>