Shades of Red Oxide #68241C
Tints of Red Oxide #68241C
RGB
CMYK
RGB Variations
Color information
#68241C (or 0x68241C) is known color: Red Oxide. HEX triplet: 68, 24 and 1C. RGB value is (104,36,28). Sum of RGB (Red+Green+Blue) = 104+36+28=168 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.90% from 168); Green value is 36 (14.45% from 255 or 21.43% from 168); Blue value is 28 (11.33% from 255 or 16.67% from 168); Max value from RGB is 104 - color contains mainly: red. Hex color #68241C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68241C is #97DBE3. Grayscale: #373737. Windows color (decimal): -9952228 or 1844328. OLE color: 1844328.
HSL color Cylindrical-coordinate representation of color #68241C: hue angle of 6.32º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #68241C is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 36 | 28 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.59 |
| HSL | 6.32º | 0.58% | 0.26% | - |
| HSV(B) | 6.32º | 0.73% | 0.41% | - |
| XYZ | 6.55 | 4.29 | 1.58 | - |
| YUV | 55.42 | 112.53 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 36 | 28 | 0 | 0.65 | 0.73 | 0.59 | 6.32 | 0.58 | 0.26 |
| Hex | 68 | 24 | 1C | 0 | 41 | 49 | 3B | 6 | 3A | 1A |
| Octal | 150 | 44 | 34 | 0 | 101 | 111 | 73 | 6 | 72 | 32 |
| Binary | 1101000 | 100100 | 11100 | 0 | 1000001 | 1001001 | 111011 | 110 | 111010 | 11010 |
Color Harmonies of #68241C
Complementary color
Monochromatic Colors of #68241C
Black with #68241C
Text Example
Text Example
White with #68241C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68241C; }
p { color: rgb(104,36,28); }
H1.HeaderClassName
{
color: #68241C;
}
.AnyTagClassName
{
color: #68241C;
}
</style>
background-color css
<style>
a { background-color: #68241C; }
a { background-color: rgb(104,36,28); }
div.DivClassName
{
background-color: #68241C;
}
.BgClassName
{
background-color: #68241C;
}
</style>
border-color css
<style>
span { border-color: #68241C; }
span { border-color: rgb(104,36,28); }
td.TdClassName
{
border-color: #68241C;
}
.TagClassName
{
border-color: #68241C;
}
</style>