Shades of Red Oxide #68251D
Tints of Red Oxide #68251D
RGB
CMYK
RGB Variations
Color information
#68251D (or 0x68251D) is known color: Red Oxide. HEX triplet: 68, 25 and 1D. RGB value is (104,37,29). Sum of RGB (Red+Green+Blue) = 104+37+29=170 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.18% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 104 - color contains mainly: red. Hex color #68251D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68251D is #97DAE2. Grayscale: #383838. Windows color (decimal): -9951971 or 1910120. OLE color: 1910120.
HSL color Cylindrical-coordinate representation of color #68251D: hue angle of 6.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 #68251D is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 37 | 29 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.59 |
| HSL | 6.4º | 0.56% | 0.26% | - |
| HSV(B) | 6.4º | 0.72% | 0.41% | - |
| XYZ | 6.59 | 4.35 | 1.66 | - |
| YUV | 56.12 | 112.7 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 37 | 29 | 0 | 0.64 | 0.72 | 0.59 | 6.4 | 0.56 | 0.26 |
| Hex | 68 | 25 | 1D | 0 | 40 | 48 | 3B | 6 | 38 | 1A |
| Octal | 150 | 45 | 35 | 0 | 100 | 110 | 73 | 6 | 70 | 32 |
| Binary | 1101000 | 100101 | 11101 | 0 | 1000000 | 1001000 | 111011 | 110 | 111000 | 11010 |
Color Harmonies of #68251D
Complementary color
Monochromatic Colors of #68251D
Black with #68251D
Text Example
Text Example
White with #68251D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68251D; }
p { color: rgb(104,37,29); }
H1.HeaderClassName
{
color: #68251D;
}
.AnyTagClassName
{
color: #68251D;
}
</style>
background-color css
<style>
a { background-color: #68251D; }
a { background-color: rgb(104,37,29); }
div.DivClassName
{
background-color: #68251D;
}
.BgClassName
{
background-color: #68251D;
}
</style>
border-color css
<style>
span { border-color: #68251D; }
span { border-color: rgb(104,37,29); }
td.TdClassName
{
border-color: #68251D;
}
.TagClassName
{
border-color: #68251D;
}
</style>