Shades of Red Oxide #610E0C
Tints of Red Oxide #610E0C
RGB
CMYK
RGB Variations
Color information
#610E0C (or 0x610E0C) is known color: Red Oxide. HEX triplet: 61, 0E and 0C. RGB value is (97,14,12). Sum of RGB (Red+Green+Blue) = 97+14+12=123 (16% of max value = 765). Red value is 97 (38.28% from 255 or 78.86% from 123); Green value is 14 (5.86% from 255 or 11.38% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 97 - color contains mainly: red. Hex color #610E0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610E0C is #9EF1F3. Grayscale: #262626. Windows color (decimal): -10416628 or 790113. OLE color: 790113.
HSL color Cylindrical-coordinate representation of color #610E0C: hue angle of 1.41º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #610E0C is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 14 | 12 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.62 |
| HSL | 1.41º | 0.78% | 0.21% | - |
| HSV(B) | 1.41º | 0.88% | 0.38% | - |
| XYZ | 5.15 | 2.88 | 0.63 | - |
| YUV | 38.59 | 113 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 14 | 12 | 0 | 0.86 | 0.88 | 0.62 | 1.41 | 0.78 | 0.21 |
| Hex | 61 | E | C | 0 | 56 | 58 | 3E | 1 | 4E | 15 |
| Octal | 141 | 16 | 14 | 0 | 126 | 130 | 76 | 1 | 116 | 25 |
| Binary | 1100001 | 1110 | 1100 | 0 | 1010110 | 1011000 | 111110 | 1 | 1001110 | 10101 |
Color Harmonies of #610E0C
Complementary color
Monochromatic Colors of #610E0C
Black with #610E0C
Text Example
Text Example
White with #610E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610E0C; }
p { color: rgb(97,14,12); }
H1.HeaderClassName
{
color: #610E0C;
}
.AnyTagClassName
{
color: #610E0C;
}
</style>
background-color css
<style>
a { background-color: #610E0C; }
a { background-color: rgb(97,14,12); }
div.DivClassName
{
background-color: #610E0C;
}
.BgClassName
{
background-color: #610E0C;
}
</style>
border-color css
<style>
span { border-color: #610E0C; }
span { border-color: rgb(97,14,12); }
td.TdClassName
{
border-color: #610E0C;
}
.TagClassName
{
border-color: #610E0C;
}
</style>