Shades of Red Oxide #611C0A
Tints of Red Oxide #611C0A
RGB
CMYK
RGB Variations
Color information
#611C0A (or 0x611C0A) is known color: Red Oxide. HEX triplet: 61, 1C and 0A. RGB value is (97,28,10). Sum of RGB (Red+Green+Blue) = 97+28+10=135 (17% of max value = 765). Red value is 97 (38.28% from 255 or 71.85% from 135); Green value is 28 (11.33% from 255 or 20.74% from 135); Blue value is 10 (4.30% from 255 or 7.41% from 135); Max value from RGB is 97 - color contains mainly: red. Hex color #611C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611C0A is #9EE3F5. Grayscale: #2E2E2E. Windows color (decimal): -10413046 or 662625. OLE color: 662625.
HSL color Cylindrical-coordinate representation of color #611C0A: hue angle of 12.41º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #611C0A is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 28 | 10 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.62 |
| HSL | 12.41º | 0.81% | 0.21% | - |
| HSV(B) | 12.41º | 0.9% | 0.38% | - |
| XYZ | 5.4 | 3.39 | 0.66 | - |
| YUV | 46.58 | 107.36 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 28 | 10 | 0 | 0.71 | 0.90 | 0.62 | 12.41 | 0.81 | 0.21 |
| Hex | 61 | 1C | A | 0 | 47 | 5A | 3E | C | 51 | 15 |
| Octal | 141 | 34 | 12 | 0 | 107 | 132 | 76 | 14 | 121 | 25 |
| Binary | 1100001 | 11100 | 1010 | 0 | 1000111 | 1011010 | 111110 | 1100 | 1010001 | 10101 |
Color Harmonies of #611C0A
Complementary color
Monochromatic Colors of #611C0A
Black with #611C0A
Text Example
Text Example
White with #611C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611C0A; }
p { color: rgb(97,28,10); }
H1.HeaderClassName
{
color: #611C0A;
}
.AnyTagClassName
{
color: #611C0A;
}
</style>
background-color css
<style>
a { background-color: #611C0A; }
a { background-color: rgb(97,28,10); }
div.DivClassName
{
background-color: #611C0A;
}
.BgClassName
{
background-color: #611C0A;
}
</style>
border-color css
<style>
span { border-color: #611C0A; }
span { border-color: rgb(97,28,10); }
td.TdClassName
{
border-color: #611C0A;
}
.TagClassName
{
border-color: #611C0A;
}
</style>