Shades of Red Oxide #68241B
Tints of Red Oxide #68241B
RGB
CMYK
RGB Variations
Color information
#68241B (or 0x68241B) is known color: Red Oxide. HEX triplet: 68, 24 and 1B. RGB value is (104,36,27). Sum of RGB (Red+Green+Blue) = 104+36+27=167 (22% of max value = 765). Red value is 104 (41.02% from 255 or 62.28% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 27 (10.94% from 255 or 16.17% from 167); Max value from RGB is 104 - color contains mainly: red. Hex color #68241B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68241B is #97DBE4. Grayscale: #373737. Windows color (decimal): -9952229 or 1778792. OLE color: 1778792.
HSL color Cylindrical-coordinate representation of color #68241B: hue angle of 7.01º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #68241B is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 36 | 27 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.59 |
| HSL | 7.01º | 0.59% | 0.26% | - |
| HSV(B) | 7.01º | 0.74% | 0.41% | - |
| XYZ | 6.54 | 4.28 | 1.52 | - |
| YUV | 55.31 | 112.03 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 36 | 27 | 0 | 0.65 | 0.74 | 0.59 | 7.01 | 0.59 | 0.26 |
| Hex | 68 | 24 | 1B | 0 | 41 | 4A | 3B | 7 | 3B | 1A |
| Octal | 150 | 44 | 33 | 0 | 101 | 112 | 73 | 7 | 73 | 32 |
| Binary | 1101000 | 100100 | 11011 | 0 | 1000001 | 1001010 | 111011 | 111 | 111011 | 11010 |
Color Harmonies of #68241B
Complementary color
Monochromatic Colors of #68241B
Black with #68241B
Text Example
Text Example
White with #68241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68241B; }
p { color: rgb(104,36,27); }
H1.HeaderClassName
{
color: #68241B;
}
.AnyTagClassName
{
color: #68241B;
}
</style>
background-color css
<style>
a { background-color: #68241B; }
a { background-color: rgb(104,36,27); }
div.DivClassName
{
background-color: #68241B;
}
.BgClassName
{
background-color: #68241B;
}
</style>
border-color css
<style>
span { border-color: #68241B; }
span { border-color: rgb(104,36,27); }
td.TdClassName
{
border-color: #68241B;
}
.TagClassName
{
border-color: #68241B;
}
</style>