Shades of Red Oxide #610E05
Tints of Red Oxide #610E05
RGB
CMYK
RGB Variations
Color information
#610E05 (or 0x610E05) is known color: Red Oxide. HEX triplet: 61, 0E and 05. RGB value is (97,14,5). Sum of RGB (Red+Green+Blue) = 97+14+5=116 (15% of max value = 765). Red value is 97 (38.28% from 255 or 83.62% from 116); Green value is 14 (5.86% from 255 or 12.07% from 116); Blue value is 5 (2.34% from 255 or 4.31% from 116); Max value from RGB is 97 - color contains mainly: red. Hex color #610E05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610E05 is #9EF1FA. Grayscale: #252525. Windows color (decimal): -10416635 or 331361. OLE color: 331361.
HSL color Cylindrical-coordinate representation of color #610E05: hue angle of 5.87º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #610E05 is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 14 | 5 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.62 |
| HSL | 5.87º | 0.9% | 0.2% | - |
| HSV(B) | 5.87º | 0.95% | 0.38% | - |
| XYZ | 5.11 | 2.87 | 0.43 | - |
| YUV | 37.79 | 109.5 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 14 | 5 | 0 | 0.86 | 0.95 | 0.62 | 5.87 | 0.9 | 0.2 |
| Hex | 61 | E | 5 | 0 | 56 | 5F | 3E | 6 | 5A | 14 |
| Octal | 141 | 16 | 5 | 0 | 126 | 137 | 76 | 6 | 132 | 24 |
| Binary | 1100001 | 1110 | 101 | 0 | 1010110 | 1011111 | 111110 | 110 | 1011010 | 10100 |
Color Harmonies of #610E05
Complementary color
Monochromatic Colors of #610E05
Black with #610E05
Text Example
Text Example
White with #610E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610E05; }
p { color: rgb(97,14,5); }
H1.HeaderClassName
{
color: #610E05;
}
.AnyTagClassName
{
color: #610E05;
}
</style>
background-color css
<style>
a { background-color: #610E05; }
a { background-color: rgb(97,14,5); }
div.DivClassName
{
background-color: #610E05;
}
.BgClassName
{
background-color: #610E05;
}
</style>
border-color css
<style>
span { border-color: #610E05; }
span { border-color: rgb(97,14,5); }
td.TdClassName
{
border-color: #610E05;
}
.TagClassName
{
border-color: #610E05;
}
</style>